forked from extern/nix-config
bspwm: Make alttab work with alt-tab
This fixes an issue where, at some point, I changed the behavior of Super+Tab to switch desktops. Having both options gives the flexibility of choosing whether or not you want to see the other windows while tabbing through them.
This commit is contained in:
parent
d8d658a013
commit
07fe725710
@ -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" -mk Super_L &
|
||||
alttab -d 1 -w 1 -font "xft:Noto Sans CJK JP" &
|
||||
|
||||
# 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