diff --git a/.config/autostart.toml b/.config/autostart.toml index 2d7e02a..ccc9cea 100644 --- a/.config/autostart.toml +++ b/.config/autostart.toml @@ -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' diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index fa8859a..960abe0 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -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 #