From 39177d9aacb2472ce183dbe9702e6eb85b600797 Mon Sep 17 00:00:00 2001 From: Karl Ljungkvist Date: Mon, 29 Jan 2018 14:28:56 +0100 Subject: [PATCH] Update xmonad hotkeys with `resetTileLayout()` --- doc/User-hotkeys.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/User-hotkeys.md b/doc/User-hotkeys.md index e0b443a..f1a1108 100644 --- a/doc/User-hotkeys.md +++ b/doc/User-hotkeys.md @@ -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()