mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-03 00:15:35 +02: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
|
alt + m
|
||||||
wal -o ~/.config/wal/done.sh -i ~/Pictures/Wallpapers
|
wal -o ~/.config/wal/done.sh -i ~/Pictures/Wallpapers
|
||||||
|
|
||||||
alt + z
|
super + z
|
||||||
~/.config/rofi/launch.sh
|
~/.config/rofi/launch.sh
|
||||||
|
|
||||||
# ====================
|
# ====================
|
||||||
@ -79,11 +79,11 @@ super + {_,shift} + {1-9,0}
|
|||||||
bspc {desktop -f,node -d} '^{1-9,10}'
|
bspc {desktop -f,node -d} '^{1-9,10}'
|
||||||
|
|
||||||
# Move to the next desktop on the current monitor
|
# Move to the next desktop on the current monitor
|
||||||
alt + {_, shift} + Tab
|
super + {_, shift} + Tab
|
||||||
bspc desktop -f {next,prev}.local.occupied
|
bspc desktop -f {next,prev}.local.occupied
|
||||||
|
|
||||||
# Easily go back and forth between the last desktop used
|
# Easily go back and forth between the last desktop used
|
||||||
alt + a
|
super + a
|
||||||
bspc desktop -f last
|
bspc desktop -f last
|
||||||
|
|
||||||
# Switch between tiled and monocle desktop layouts
|
# Switch between tiled and monocle desktop layouts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user