aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2022-06-11 19:23:02 +0200
committerInigoGutierrez <inigogf.95@gmail.com>2022-06-11 19:23:02 +0200
commit477408015c29db8a61265faa7c3d21d7113dd7bd (patch)
tree715b41e39c725ddb0357c854ff9fbb24c77008b1
parentb2c2c682b06c6b87e1cf8335e3668710d02371ee (diff)
downloadconfigs-477408015c29db8a61265faa7c3d21d7113dd7bd.tar.gz
configs-477408015c29db8a61265faa7c3d21d7113dd7bd.zip
sxhkd bindings for bluetooth, opening downloaded videos and resizing bspdwm gaps.
-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}