diff options
| author | listout <listout@protonmail.com> | 2022-08-06 11:40:49 +0000 |
|---|---|---|
| committer | listout <listout@protonmail.com> | 2022-09-01 10:56:36 +0000 |
| commit | daaa5822ddc06c8fc0689d12b4636de768bfebc2 (patch) | |
| tree | 682e1f1f6aa59d5d721cd4cb127624137aef7416 /.config/sxhkd/sxhkdrc | |
| parent | c1a484ff822a2648ae7bc1169cc46023a2bfb196 (diff) | |
| download | dots-daaa5822ddc06c8fc0689d12b4636de768bfebc2.tar.gz | |
sxhkd: use urxvt and kitty as main terminal
Signed-off-by: listout <listout@protonmail.com>
Diffstat (limited to '')
| -rw-r--r-- | .config/sxhkd/sxhkdrc | 7 |
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 # |
