diff options
Diffstat (limited to 'sxhkd')
-rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 63ca260..7e91465 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc | |||
@@ -1,9 +1,9 @@ | |||
1 | # wm independent hotkeys | 1 | # wm independent hotkeys |
2 | ## terminal emulator | 2 | ## terminal emulator |
3 | super + Return | 3 | super + Return |
4 | alacritty | 4 | urxvtc |
5 | super + shift + Return | 5 | super + shift + Return |
6 | bspc rule -a \* -o state=floating && alacritty | 6 | bspc rule -a \* -o state=floating && urxvtc |
7 | 7 | ||
8 | # program launcher | 8 | # program launcher |
9 | super + @space | 9 | super + @space |
@@ -30,7 +30,7 @@ super + Escape | |||
30 | super + shift + w | 30 | super + shift + w |
31 | firefox | 31 | firefox |
32 | control + alt + l | 32 | control + alt + l |
33 | ~/.local/bin/lock | 33 | light-locker-command -l |
34 | super + shift + f | 34 | super + shift + f |
35 | pcmanfm | 35 | pcmanfm |
36 | 36 | ||