diff options
| author | Baitinq <[email protected]> | 2022-06-26 17:32:09 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-06-26 17:32:09 +0200 |
| commit | 38002f0b63035aa0ef2d2583ea41c564506880b2 (patch) | |
| tree | 2a5aa90f2315f3cad2c5dbf4215b8f7433206057 /dotfiles/sxhkd/dwm | |
| parent | Add automatically updating prebuilt nix-index and comma (diff) | |
| download | nixos-config-38002f0b63035aa0ef2d2583ea41c564506880b2.tar.gz nixos-config-38002f0b63035aa0ef2d2583ea41c564506880b2.tar.bz2 nixos-config-38002f0b63035aa0ef2d2583ea41c564506880b2.zip | |
Separate sxhkd config and add host-specific config
Diffstat (limited to 'dotfiles/sxhkd/dwm')
| -rw-r--r-- | dotfiles/sxhkd/dwm | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/dotfiles/sxhkd/dwm b/dotfiles/sxhkd/dwm new file mode 100644 index 0000000..1ff1258 --- /dev/null +++ b/dotfiles/sxhkd/dwm @@ -0,0 +1,60 @@ +################################## +# +##### DWM ##### +################################## + +alt + shift + q + dwmc quit + +alt + q + dwmc killclient + +alt + {1-9} + dwmc viewex {1-9} + +alt + shift + {1-9} + dwmc tagex {1-9} + +alt + Tab + dwmc view + +alt + 0 + dwmc viewall + +alt + shift + 0 + dwmc tagall + +#move clockwise & anticlockwise +alt + k + dwmc focusstack 1 +alt + j + dwmc focusstack -1 + +#move windows clockwise and anticlockwsie +alt + shift + k + dwmc movestack 1 +alt + shift + j + dwmc movestack -1 + +#cycle layout clockwise and anticlockwise +alt + ctrl + period + dwmc cyclelayout 1 +alt + space + dwmc cyclelayout 1 +alt + ctrl + comma + dwmc cyclelayout -1 + + +alt + f + dwmc togglefullscreen +alt + F11 + dwmc togglefullscreen + +alt + shift + space + dwmc togglefloating + +alt + b + dwmc togglebar + +################################## +################################## \ No newline at end of file |