aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stow/sxhkd/.config/sxhkd/sxhkdrc11
-rw-r--r--stow/sxhkd/.config/sxhkd/sxhkdrcbspc6
2 files changed, 16 insertions, 1 deletions
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}