diff options
author | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-06-10 17:21:18 +0200 |
---|---|---|
committer | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-06-10 17:21:18 +0200 |
commit | d8f90b52af18c41f8a6248a3334e346a49d1b03f (patch) | |
tree | 32cfd726b43985641ead93855be4b91044cd1fc1 /dwm.1 | |
parent | Removed unnecesary patch (diff) | |
download | dwm-d8f90b52af18c41f8a6248a3334e346a49d1b03f.tar.gz dwm-d8f90b52af18c41f8a6248a3334e346a49d1b03f.tar.bz2 dwm-d8f90b52af18c41f8a6248a3334e346a49d1b03f.zip |
Added cyclelayouts and removed some keybindings [Patch]
Diffstat (limited to 'dwm.1')
-rw-r--r-- | dwm.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dwm.1 b/dwm.1 index 13b3729..165891b 100644 --- a/dwm.1 +++ b/dwm.1 @@ -92,6 +92,12 @@ Sets monocle layout. .B Mod1\-space Toggles between current and previous layout. .TP +.B Mod1\-Control\-, +Cycles backwards in layout list. +.TP +.B Mod1\-Control\-. +Cycles forwards in layout list. +.TP .B Mod1\-j Focus next window. .TP |