diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2020-10-14 23:57:21 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2020-10-14 23:57:21 +0200 |
| commit | a7f6bcbf2930fda0547136491bf1a67c3b337224 (patch) | |
| tree | ac912071501f523741c2629a5ab99d07384f1ded /bspwm/sxhkdrc | |
| parent | 2dcb41cd467d47a4c867b91cf5b26a4158937e7d (diff) | |
.
Diffstat (limited to 'bspwm/sxhkdrc')
| -rw-r--r-- | bspwm/sxhkdrc | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/bspwm/sxhkdrc b/bspwm/sxhkdrc new file mode 100644 index 0000000..3837ab3 --- /dev/null +++ b/bspwm/sxhkdrc @@ -0,0 +1,54 @@ +F12 + ~/.config/bspwm/terminal.sh + +mod4 + Return + alacritty +mod4 + space + rofi -show drun +#mod4 + backslash +# i3-msg "split h" +#mod4 + minus +# i3-msg "split v" +#mod4 + Tab +# i3-msg "layout toggle split" +#mod4 + p +# i3-msg "focus parent" +#mod4 + r +# i3-msg "mode resize" + + +mod4 + {1, 2, 3, 4, a, s, d, f} + bspc desktop -f {1, 2, 3, 4, a, s, d, f} + +mod4 + shift + {1, 2, 3, 4, a, s, d, f} + bspc node -d {1, 2, 3, 4, a, s, d, f} + + +mod4 + shift + r + bspc wm -r +mod4 + shift + e + bspc quit +mod4 + shift + q + bspc node -c +mod4 + shift + space + bspc node -t ~floating +mod4 + shift + Return + bspc node -t ~fullscreen + +mod4 + {h, Left} + bspc node -f west +mod4 + {j, Down} + bspc node -f south +mod4 + {k, Up} + bspc node -f north +mod4 + {l, Right} + bspc node -f east + +mod4 + shift + {h, Left} + bspc node -s west +mod4 + shift + {j, Down} + bspc node -s west +mod4 + shift + {k, Up} + bspc node -s west +mod4 + shift + {l, Right} + bspc node -s west |
