diff options
author | Luke Smith <luke@lukesmith.xyz> | 2020-05-05 11:47:18 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2020-05-05 11:47:18 -0400 |
commit | 8cd072359ba132b156eddce61ccfb9b5973f21b4 (patch) | |
tree | 48571aae93076d96bac374d17f91bbaa1a3b45a6 /dwm.1 | |
parent | f342b099a53ec533dbb9e1ebafb2c9744c2edb65 (diff) |
begin man udpates
Diffstat (limited to 'dwm.1')
-rw-r--r-- | dwm.1 | 28 |
1 files changed, 14 insertions, 14 deletions
@@ -75,23 +75,26 @@ Toggles bar on and off. .B Super\-q Close focused window. .TP -.B Super\-t -Sets tiled layout. +.B Super\-t/T +Sets tiled/bstack layouts. .TP .B Super\-f Toggle fullscreen window. .TP -.B Super\-y -Sets Fibonacci spiral layout. +.B Super\-F +Toggle floating layout. .TP -.B Super\-u +.B Super\-y/Y +Sets Fibonacci spiral/dwinde layouts. +.TP +.B Super\-u/U Sets centered master layout. .TP -.B Super\-i -Sets floating centered master layout. +.B Super\-i/I +Sets centered master or floating master layouts. .TP .B Super\-space -Zooms/cycles focused window to/from master area (tiled layouts only). +Zooms/cycles focused window to/from master area. .TP .B Super\-j/k Focus next/previous window. @@ -99,11 +102,8 @@ Focus next/previous window. .B Super\-Shift\-j/k Move selected window down/up in stack. .TP -.B Super\-o -Increase number of windows in master area. -.TP -.B Super\-Shift\-o -Decrease number of windows in master area. +.B Super\-o/O +Increase/decrease number of windows in master area. .TP .B Super\-l Increase master area size. @@ -139,7 +139,7 @@ Add/remove all windows with nth tag to/from the view. Quit dwm. .TP .B Mod1\-Control\-Shift\-q -Restart dwm. +Menu to refresh/quit/reboot/shutdown. .SS Mouse commands .TP .B Super\-Left click |