summaryrefslogtreecommitdiff
path: root/.config/sxhkd/sxhkdrc
diff options
context:
space:
mode:
Diffstat (limited to '.config/sxhkd/sxhkdrc')
-rw-r--r--.config/sxhkd/sxhkdrc7
1 files changed, 5 insertions, 2 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc
index bc56e01..c986c8c 100644
--- a/.config/sxhkd/sxhkdrc
+++ b/.config/sxhkd/sxhkdrc
@@ -19,10 +19,10 @@ XF86MonBrightnessDown
# terminal emulator
super + Return
- kitty
+ urxvt
super + shift + Return
- alacritty
+ kitty
# program launcher
super + @space
@@ -130,6 +130,9 @@ super + ctrl + space
super + ctrl + shift + space
bspc query -N -d | xargs -I id -n 1 bspc node id -p cancel
+# focus on hover
+bspc config focus_follows_pointer_true
+
#
# move/resize
#