Remove unused stuff from sxhkdrc
This commit is contained in:
parent
ceb508ce84
commit
807818911d
2 changed files with 4 additions and 19 deletions
|
@ -21,4 +21,5 @@ qbittorrent = 'flatpak run org.qbittorrent.qBittorrent'
|
||||||
signal = 'flatpak run org.signal.Signal'
|
signal = 'flatpak run org.signal.Signal'
|
||||||
solaar = 'solaar --window hide'
|
solaar = 'solaar --window hide'
|
||||||
steam = 'flatpak run com.valvesoftware.Steam -silent'
|
steam = 'flatpak run com.valvesoftware.Steam -silent'
|
||||||
|
sxhkd = 'sxhkd "$HOME/.config/sxhkd/portalo"'
|
||||||
thunderbird = 'thunderbird'
|
thunderbird = 'thunderbird'
|
||||||
|
|
|
@ -106,21 +106,9 @@ super + ctrl + {m,comma,period,p}
|
||||||
super + {_,shift + }{h,j,k,l}
|
super + {_,shift + }{h,j,k,l}
|
||||||
bspc node -{f,s} {west,south,north,east}
|
bspc node -{f,s} {west,south,north,east}
|
||||||
|
|
||||||
# focus the node for the given path jump
|
# focus the last desktop
|
||||||
super + {p,b}
|
super + Tab
|
||||||
bspc node -f @{parent,brother}
|
bspc desktop -f last
|
||||||
|
|
||||||
# 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 or send to the given desktop
|
# focus or send to the given desktop
|
||||||
super + {_,shift + }{1-9,0}
|
super + {_,shift + }{1-9,0}
|
||||||
|
@ -149,10 +137,6 @@ super + ctrl + {1-9}
|
||||||
super + ctrl + space
|
super + ctrl + space
|
||||||
bspc node -p cancel
|
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
|
# move/resize
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue