diff options
author | Shubham Saini <pryr@pryr.xyz> | 2022-01-28 03:29:20 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2022-01-28 03:29:20 +0000 |
commit | 6cb322f6c1e11917870cc8498b1424989471a104 (patch) | |
tree | e5b1b9ffda0e1d1a8e6045435a82c06218484371 /sxhkd | |
parent | 70a0ecb49d4cc1e93bc5bce14715e6dbbb79573d (diff) |
added go plugin and 90deg roll
Diffstat (limited to 'sxhkd')
-rwxr-xr-x | sxhkd/.config/sxhkd/sxhkdrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 891412e..3f30cfe 100755 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc | |||
@@ -4,6 +4,8 @@ super + r | |||
4 | urxvtc | 4 | urxvtc |
5 | super + shift + Return | 5 | super + shift + Return |
6 | bspc rule -a \* -o state=floating && urxvtc | 6 | bspc rule -a \* -o state=floating && urxvtc |
7 | super + v | ||
8 | bspc node @parent -R 90 | ||
7 | super + @space | 9 | super + @space |
8 | dmenu_run -i -fn "Input Mono:style=medium:size=9" -nb "#171a1f" -nf "#f3f4f5" -sb "#c6c8d1" -sf "#171a1f" | 10 | dmenu_run -i -fn "Input Mono:style=medium:size=9" -nb "#171a1f" -nf "#f3f4f5" -sb "#c6c8d1" -sf "#171a1f" |
9 | super + x | 11 | super + x |