diff options
| author | krolyxon <krolyxon@tutanota.com> | 2022-06-14 13:20:45 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2022-06-14 13:20:45 +0530 |
| commit | 6a926a08d154ce071bc128f862a6236f990fe391 (patch) | |
| tree | 8396b3ab99dc0fc36386f72ec33cdefe12cf9230 /README.md | |
| parent | a81d18174dd6ba5f6526e7ce95499da292d61d6c (diff) | |
keybinds in readme.md and some changes in config.def.h
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -10,3 +10,24 @@ 7. [swallow](https://dwm.suckless.org/patches/swallow/) patch for swallowing windows (have reversed the patch right now.) ### MAKE SURE TO INSTALL ``libxft-bgra`` OR DWM WILL CRASH + +## Keybinds +|keybinds|what it does| +|:-------|:-----------| +|``mod+enter``|open terminal(st)| +|``mod+shift+enter``|open scratchpad(st)| +|``mod+r``|open dmenu| +|``mod+shift+x``|kill window| +|``mod+Tab``|cycle through windows| +|``mod+b``|toggle statusbar| +|``mod+F5``|xrdb| +|``mod+h/l``|resize windows horizontally| +|``mod+f``|move the focused window to master| +|``mod+shift+r``|toggle window floating| +|``mod+t``|tile layout(default)| +|``mod+m``|monacle layout| +|``mod+e``|spiral layout| +|``mod+n``|dwindle layout| +|``mod+space``|floating mode| +|``mod+(+/-/=)``|increase/decrease/reset gaps| +|``mod+shit+q``|quit dwm| |
