summaryrefslogtreecommitdiffstats
path: root/sxhkd
diff options
context:
space:
mode:
Diffstat (limited to 'sxhkd')
-rw-r--r--sxhkd/sxhkdrc62
1 files changed, 56 insertions, 6 deletions
diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc
index 5e85317..372506a 100644
--- a/sxhkd/sxhkdrc
+++ b/sxhkd/sxhkdrc
@@ -6,13 +6,40 @@
super + Return
st
-# program launcher
-super + @space
- rofi -show run
+super + n
+ st -e ranger
+
+super + p
+ thunderbird
+
+super + r
+ emacs
+super + a
+ clementine
super + shift + Return
firefox
+
+super + F1
+ setxkbmap us
+
+super + F2
+ setxkbmap fr
+
+# program launcher
+super + d
+ rofi -show run \
+ -lines 15 -width 30 \
+ -padding 30 -columns 1 \
+ -font "NotoSans Nerd Font 14" \
+ -scroll-method 1 \
+ -color-window "#1d2021, #b16286, #ebdbb2" \
+ -color-normal "#1d2021, #ebdbb2, #1d2021, #b16286, #1d2021, 0" \
+ -color-active "#1d2021, #ebdbb2, #1d2021, #b16286, #1d2021, 0" \
+ -color-urgent "#1d2021, #ebdbb2, #1d2021, #b16286, #1d2021, 0" \
+ -monitor primary -threads 4
+
# make sxhkd reload its configuration files:
super + Escape
pkill -USR1 -x sxhkd
@@ -37,10 +64,19 @@ super + m
super + y
bspc node newest.marked.local -n newest.!automatic.local
-# swap the current node and the biggest node
-super + g
- bspc node -s biggest
+## swap the current node and the biggest node
+#super + g
+# bspc node -s biggest
+
+super + v
+ bsp-layout set tall
+
+super + c
+ bsp-layout set wide
+
+super + g
+ bsp-layout set tiled
#
# state/flags
#
@@ -87,6 +123,20 @@ super + {o,i}
super + {_,shift + }{1-9,0}
bspc {desktop -f,node -d} '^{1-9,10}'
+XF86Tools
+ bspc desktop -f ^1
+
+XF86Launch5
+ bspc desktop -f ^5
+
+XF86Launch6
+ bspc desktop -f ^2
+
+XF86Launch7
+ bspc desktop -f ^6
+
+XF86Launch8
+ bspc desktop -f ^4
#
# preselect
#