summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlistout <listout@protonmail.com>2022-08-06 17:10:49 +0530
committerlistout <listout@protonmail.com>2022-09-01 16:26:36 +0530
commitdaaa5822ddc06c8fc0689d12b4636de768bfebc2 (patch)
tree682e1f1f6aa59d5d721cd4cb127624137aef7416
parentc1a484ff822a2648ae7bc1169cc46023a2bfb196 (diff)
sxhkd: use urxvt and kitty as main terminal
Signed-off-by: listout <listout@protonmail.com>
-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
#