Remove unused stuff from sxhkdrc

This commit is contained in:
Tobias Reisinger 2023-04-01 16:00:40 +02:00
parent ceb508ce84
commit 807818911d
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 4 additions and 19 deletions

View file

@ -21,4 +21,5 @@ qbittorrent = 'flatpak run org.qbittorrent.qBittorrent'
signal = 'flatpak run org.signal.Signal'
solaar = 'solaar --window hide'
steam = 'flatpak run com.valvesoftware.Steam -silent'
sxhkd = 'sxhkd "$HOME/.config/sxhkd/portalo"'
thunderbird = 'thunderbird'

View file

@ -106,21 +106,9 @@ super + ctrl + {m,comma,period,p}
super + {_,shift + }{h,j,k,l}
bspc node -{f,s} {west,south,north,east}
# focus the node for the given path jump
super + {p,b}
bspc node -f @{parent,brother}
# focus the next/previous node in the current desktop
super + {_,shift + }c
bspc node -f {next,prev}.local
# focus the next/previous desktop in the current monitor
super + bracket{left,right}
bspc desktop -f {prev,next}.local
# focus the last node/desktop
super + {grave,Tab}
bspc {node,desktop} -f last
# focus the last desktop
super + Tab
bspc desktop -f last
# focus or send to the given desktop
super + {_,shift + }{1-9,0}
@ -149,10 +137,6 @@ super + ctrl + {1-9}
super + ctrl + space
bspc node -p cancel
# cancel the preselection for the focused desktop
super + ctrl + shift + space
bspc query -N -d | xargs -I id -n 1 bspc node id -p cancel
#
# move/resize
#