mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-15 19:30:51 +01:00
meta: Use alttab
alttab <https://github.com/sagb/alttab> is a cool alternative to the more traditional ways of managing windows in bspwm that lets us focus on the currently open windows instead of which desktop they're on.
This commit is contained in:
parent
83ee31d1a5
commit
ded1649cea
@ -127,3 +127,6 @@ fi
|
||||
|
||||
# Use maximum brightness on the keyboard by default
|
||||
brightnessctl --device='tpacpi::kbd_backlight' set 2
|
||||
|
||||
# Enable alt tab
|
||||
alttab -d 1 -w 1 -font "xft:Noto Sans CJK JP" -mk Super_L &
|
||||
|
@ -86,10 +86,6 @@ super + shift + {1-9,0}
|
||||
[ "$(bspc query -D -d "$target")" != "$(bspc query -D -d)" ] \
|
||||
&& bspc node -d "$target" || bspc node -d last.local
|
||||
|
||||
# Move to the next desktop on the current monitor
|
||||
super + {_, shift} + Tab
|
||||
bspc desktop -f {next,prev}.local.occupied
|
||||
|
||||
# Easily go back and forth between the last desktop used
|
||||
super + a
|
||||
bspc desktop -f last
|
||||
|
Loading…
Reference in New Issue
Block a user