Merge pull request #154 from kalj/patch-2

Update xmonad hotkeys with `resetTileLayout()`
This commit is contained in:
joten 2018-02-02 21:20:49 +01:00 committed by GitHub
commit 6c2403c71c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
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
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
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=#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_toggleBar()