mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
remove multi monitor references, to be added manually
This commit is contained in:
parent
381aaffe4e
commit
20b78d47c5
15 changed files with 51 additions and 267 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue