aboutsummaryrefslogtreecommitdiff
path: root/etc/xmonad (follow)
Commit message (Collapse)AuthorAgeFilesLines
* etc/xmonad/xmonad.hs: Add keybindings for switching monitors setupEuAndreh2024-06-161-0/+4
|
* etc/xmonad/xmonad.hs: Set background imageEuAndreh2023-03-011-0/+1
|
* etc/xmonad/xmonad.hs: Lauch blueman-applet on initEuAndreh2023-02-281-0/+1
|
* etc/xmonad/xmonad.hs: Use EWMH fullscreen handlingEuAndreh2023-02-281-6/+4
|
* etc/xmonad/xmonad.hs: Inline definitions of "myTerminal" and "dbg"EuAndreh2023-02-271-8/+2
|
* Use xss-lock, i3lock and xset to lock after 5 minutes on usurpadorEuAndreh2023-02-201-1/+2
|
* Use "brightnessctl" both on xmonad and i3EuAndreh2023-02-171-2/+2
|
* etc/xmonad/xmonad.hs: Add missing utility keybindingsEuAndreh2023-02-171-0/+8
| | | | | | | | | M-S-<Space> in xmonad was set to mimic i3's floating toggle behaviour, but only the part of switching back from floating to tiling. The tiling to floating change still remains as "mod-<mouse-click>". This had to be done because the default keybinding for that action for xmonad is mod-t, which is being overriden and set to "wms date".
* etc/{xmonad,xmobar}: Add working simplified configurationsEuAndreh2023-02-171-0/+86
The xmobar "CommandReader" still needs work: for some reason it only gets the first string that the command emits, and not the later changed values.