1
0
mirror of https://gitlab.com/linuxstuff/dotfiles.git synced 2026-06-19 04:06:00 +02:00

Made it better

This commit is contained in:
Simon
2020-07-12 22:07:37 +02:00
parent 26447f9a55
commit 3724f614e5
+12 -8
View File
@@ -3,8 +3,8 @@
# Restart sxhkd (Apply config)
super + p
pkill -USR1 -x sxhkd \
&& notify-send Reload
pkill -USR1 -x sxhkd;\
notify-send Reload
################################################################################################
@@ -45,8 +45,8 @@ super + {_,shift} + v
bspc node -t \~{fullscreen,tiled}
# Node flags
super + shift + {u,i,o,p}
bspc node -g {marked,locked,sticky,private}
super + shift + {s,u,i,p}
bspc node -g {sticky,marked,locked,private}
################################################################################################
@@ -56,8 +56,12 @@ super + shift + {u,i,o,p}
super + {_,shift + }{h,j,k,l}
bspc node -{f,s} {west,south,north,east}
# Send to and focus desktop
super + shift + {1-9,0}
ID=$(bspc query -N -n); bspc node -d ^{1-9,10}; bspc node -f ${ID}
# Focus desktop / Send to desktop
super + {_,shift + }{1-9,0}
super + {_,ctrl + }{1-9,0}
bspc {desktop -f,node -d} '^{1-9,10}'
# Focus next / previous desktop (Current monitor)
@@ -65,7 +69,7 @@ super + bracket{left,right}
bspc desktop -f {prev,next}.local
# Focus last / current node
super + {o,i}
super + {e,r}
bspc wm -h off; \
bspc node {older,newer} -f; \
bspc wm -h on
@@ -75,11 +79,11 @@ super + {o,i}
# BSPWM Preselect
# Preselect node in direction
super + ctrl + {h,j,k,l}
super + space + {h,j,k,l}
bspc node -p {west,south,north,east}
# Preselect ratio
super + ctrl + {1-9}
super + space + {1-9}
bspc node -o 0.{1-9}
# Deselect focused node