From 477408015c29db8a61265faa7c3d21d7113dd7bd Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Sat, 11 Jun 2022 19:23:02 +0200 Subject: sxhkd bindings for bluetooth, opening downloaded videos and resizing bspdwm gaps. --- stow/sxhkd/.config/sxhkd/sxhkdrc | 11 ++++++++++- stow/sxhkd/.config/sxhkd/sxhkdrcbspc | 6 ++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/stow/sxhkd/.config/sxhkd/sxhkdrc b/stow/sxhkd/.config/sxhkd/sxhkdrc index 6761c46..dcc18bd 100644 --- a/stow/sxhkd/.config/sxhkd/sxhkdrc +++ b/stow/sxhkd/.config/sxhkd/sxhkdrc @@ -110,6 +110,12 @@ super + shift + m super + control + m ~/scripts/dmenuUmount.sh +super + b + ~/scripts/bluetooth/btConnect.sh + +super + shift + b + ~/scripts/bluetooth/btConnect.sh -d + super + control + shift + c notify-send "$(fortune)" @@ -123,10 +129,13 @@ super + ctrl + n ~/scripts/quicktext.sh super + ctrl + p - passmenu + passmenu -i super + z docs.sh +super + v + dmenuOpen.sh "$HOME/downloads/videos" + super + ctrl + space toggleKBLayouts.sh diff --git a/stow/sxhkd/.config/sxhkd/sxhkdrcbspc b/stow/sxhkd/.config/sxhkd/sxhkdrcbspc index 192698d..629b3f0 100644 --- a/stow/sxhkd/.config/sxhkd/sxhkdrcbspc +++ b/stow/sxhkd/.config/sxhkd/sxhkdrcbspc @@ -59,6 +59,12 @@ super + alt + k super + alt + l bspc node --resize right 5 0 +# Resize gaps +super + g + bspc config window_gap $(($(bspc config window_gap) - 2)) +super + shift + g + bspc config window_gap $(($(bspc config window_gap) + 2)) + # Select split direction super + {v,b} bspc node --presel-dir ~{south,east} -- cgit v1.2.1