diff options
| author | func-E <account-email@tutanota.com> | 2021-10-10 21:15:50 -0400 |
|---|---|---|
| committer | func-E <account-email@tutanota.com> | 2021-10-10 21:15:50 -0400 |
| commit | b60cafa5976ca4bc4efb00b11e7489b2c722b814 (patch) | |
| tree | e424d695e5e3c57f2ab41c23fae1304c649d090b /README | |
Diffstat (limited to 'README')
| -rw-r--r-- | README | 50 |
1 files changed, 50 insertions, 0 deletions
@@ -0,0 +1,50 @@ +This is my custom config for suckless dwm. https://dwm.suckless.org/ + + +Patches +- fake fullscreen +- fancybar +- fullgaps +- push + +I also made it so you can use the numpad for tag keys. + + +Keybindings +- Spawning + - win-Return = terminal (st) + - win-d = dmenu + - win-g = browser (librewolf) + - win-z = lock screen (slock) +- Navigation + - win-j = focus next window + - win-k = focus prev window + - win-alt-j = move win down + - win-alt-k = move win up + - win-h = move divider left + - win-l = move divider right + - win-alt-h = increase master stack size + - win-alt-l = decrease master stack size +- Tags (+tagkey) + - win = switch to that tag + - win-alt = move selected window to that tag + - win-ctl = show selected window on both that tag and current tag + - win-shft-ctl = show whats on that tag +- Misc + - win-shft-spc = toggle floating window + - win-alt-c = kill window + - win-b = toggle bar + - win-shift-q = quit dwm + +Mouse Controls +- Window + - win-m1-drag = move the window around + - win-m2-drag = resize window + - win-m3-click = toggle window floating +- Tags + - m1-click = switch to that tag + - m2-click = show whats on that tag + - win-m1-click = move selected window to that tag + - win-m2-click = show selected window on both that tag and current tag + + |
