From daaa5822ddc06c8fc0689d12b4636de768bfebc2 Mon Sep 17 00:00:00 2001 From: listout Date: Sat, 6 Aug 2022 17:10:49 +0530 Subject: sxhkd: use urxvt and kitty as main terminal Signed-off-by: listout --- .config/sxhkd/sxhkdrc | 7 +++++-- 1 file 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 # -- cgit v1.2.3