remove multi monitor references, to be added manually

This commit is contained in:
davidovski 2022-05-16 00:50:25 +01:00
parent 381aaffe4e
commit 20b78d47c5
15 changed files with 51 additions and 267 deletions

View file

@ -17,10 +17,6 @@ super + ctrl + alt + f
{XF86AudioMute}
amixer -D pulse set Master 1+ toggle
#backlight
{XF86MonBrightnessUp, XF86MonBrightnessDown}
xbacklight -{inc,dec} 5
# runner
super + r
rofi -show drun -show-icons
@ -52,6 +48,10 @@ super + v
super + b
$BROWSER
# open xlinks
super + x
$HOME/.scripts/links-launcher
# open email
super + m
$EMAIL_CLIENT
@ -151,7 +151,7 @@ super + period
# file search and open
super + slash
bspc rule -a \* -o state=floating && $TERMINAL -e ~/.scripts/fzf_menu.sh
websearch
shift + super + slash
bspc rule -a \* -o state=floating && $TERMINAL -e ~/.scripts/fzf_menu.sh
@ -242,7 +242,7 @@ super + ctrl + {_, shift +} Tab
bspc node -f {next,prev}.local.!hidden.window
# focus the next/previous desktop in the current monitor
super + ctrl + {Left,Right}
super + {Left,Right}
bspc desktop -f {prev,next}.local
# focus the older or newer node in the focus history
@ -279,6 +279,6 @@ super + alt + shift + {h,j,k,l}
bspc node -z {right -20 0,top 0 20,bottom 0 -20,left 20 0}
# move a floating window
super + {Left,Down,Up,Right}
ctrl + super + {Left,Down,Up,Right}
bspc node -v {-20 0,0 20,0 -20,20 0}