mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-15 19:30:51 +01:00
sxhkd: Replace alt keybinds with super
This prevents us from having keybinds that conflict with other keybinds.
This commit is contained in:
parent
8be958c051
commit
3185a27739
@ -31,7 +31,7 @@ super + o
|
||||
alt + m
|
||||
wal -o ~/.config/wal/done.sh -i ~/Pictures/Wallpapers
|
||||
|
||||
alt + z
|
||||
super + z
|
||||
~/.config/rofi/launch.sh
|
||||
|
||||
# ====================
|
||||
@ -79,11 +79,11 @@ super + {_,shift} + {1-9,0}
|
||||
bspc {desktop -f,node -d} '^{1-9,10}'
|
||||
|
||||
# Move to the next desktop on the current monitor
|
||||
alt + {_, shift} + Tab
|
||||
super + {_, shift} + Tab
|
||||
bspc desktop -f {next,prev}.local.occupied
|
||||
|
||||
# Easily go back and forth between the last desktop used
|
||||
alt + a
|
||||
super + a
|
||||
bspc desktop -f last
|
||||
|
||||
# Switch between tiled and monocle desktop layouts
|
||||
|
Loading…
Reference in New Issue
Block a user