forked from extern/nix-config
bspwm: Use super+grave for alttab
This gives us the convenience of switching desktops while also giving us the option of the traditional alt+tab approach if needed. Note that all desktop-related keybinds use the super key so alt and ctrl modifiers can be used by desktop programs.
This commit is contained in:
parent
4da78955aa
commit
4bfc2ce71f
@ -136,7 +136,7 @@ fi
|
||||
brightnessctl --device='tpacpi::kbd_backlight' set 2
|
||||
|
||||
# Enable alt tab
|
||||
alttab -d 1 -w 1 -font "xft:Noto Sans CJK JP" &
|
||||
alttab -d 1 -w 1 -font "xft:Noto Sans CJK JP" -mk Super_L -kk grave &
|
||||
|
||||
# Fix bar showing above fullscreen programs
|
||||
xdo above -t "$(xdo id -N Bspwm -n root | sort | head -n 1)" $(xdo id -n tint2)
|
||||
|
Loading…
Reference in New Issue
Block a user