Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | etc/xmonad/xmonad.hs: Add keybindings for switching monitors setup | EuAndreh | 2024-06-16 | 1 | -0/+4 |
| | |||||
* | etc/xmonad/xmonad.hs: Set background image | EuAndreh | 2023-03-01 | 1 | -0/+1 |
| | |||||
* | etc/xmonad/xmonad.hs: Lauch blueman-applet on init | EuAndreh | 2023-02-28 | 1 | -0/+1 |
| | |||||
* | etc/xmonad/xmonad.hs: Use EWMH fullscreen handling | EuAndreh | 2023-02-28 | 1 | -6/+4 |
| | |||||
* | etc/xmonad/xmonad.hs: Inline definitions of "myTerminal" and "dbg" | EuAndreh | 2023-02-27 | 1 | -8/+2 |
| | |||||
* | Use xss-lock, i3lock and xset to lock after 5 minutes on usurpador | EuAndreh | 2023-02-20 | 1 | -1/+2 |
| | |||||
* | Use "brightnessctl" both on xmonad and i3 | EuAndreh | 2023-02-17 | 1 | -2/+2 |
| | |||||
* | etc/xmonad/xmonad.hs: Add missing utility keybindings | EuAndreh | 2023-02-17 | 1 | -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 configurations | EuAndreh | 2023-02-17 | 1 | -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. |