Merge pull request #154 from kalj/patch-2
Update xmonad hotkeys with `resetTileLayout()`
This commit is contained in:
commit
6c2403c71c
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
Here follows an example for configuring hotkeys, which are similar to those of
|
Here follows an example for configuring hotkeys, which are similar to those of
|
||||||
[xmonad](http://xmonad.org/); ~~this example was submitted for bug.n version
|
[xmonad](http://xmonad.org/); ~~this example was submitted for bug.n version
|
||||||
8.2.1.~~ 2018-01-24: Updated to work with bug.n 9.0.1.
|
8.2.1.~~ 2018-01-29: Updated to work with bug.n 9.0.2.
|
||||||
|
|
||||||
; remapping of lock screen needed to free up #l
|
; remapping of lock screen needed to free up #l
|
||||||
Config_hotkey=#^+l::Manager_lockWorkStation()
|
Config_hotkey=#^+l::Manager_lockWorkStation()
|
||||||
|
@ -72,7 +72,7 @@ Here follows an example for configuring hotkeys, which are similar to those of
|
||||||
Config_hotkey=#,::View_setLayoutProperty(MY, 0, +1)
|
Config_hotkey=#,::View_setLayoutProperty(MY, 0, +1)
|
||||||
Config_hotkey=#.::View_setLayoutProperty(MY, 0, -1)
|
Config_hotkey=#.::View_setLayoutProperty(MY, 0, -1)
|
||||||
Config_hotkey=#Space::View_setLayout(0, +1)
|
Config_hotkey=#Space::View_setLayout(0, +1)
|
||||||
Config_hotkey=#^Space::View_setLayout(1)
|
Config_hotkey=#^Space::View_resetTileLayout()
|
||||||
Config_hotkey=#b::Monitor_toggleTaskBar()
|
Config_hotkey=#b::Monitor_toggleTaskBar()
|
||||||
Config_hotkey=#^b::Monitor_toggleBar()
|
Config_hotkey=#^b::Monitor_toggleBar()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue