mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
add more transparency
This commit is contained in:
parent
2596f818e0
commit
416cb1a8dd
17 changed files with 362 additions and 239 deletions
|
@ -45,7 +45,7 @@ super + Return
|
|||
|
||||
# open pdf viewer
|
||||
super + z
|
||||
curl --output - $(xsel) | zathura -
|
||||
curl -SsL --output - $(xsel) | zathura -
|
||||
# open video player
|
||||
super + v
|
||||
mpv --player-operation-mode=pseudo-gui $(xsel)
|
||||
|
@ -73,7 +73,7 @@ super + i
|
|||
|
||||
# open audio mixer
|
||||
super + semicolon
|
||||
bspc rule -a \* -o state=floating && $TERMINAL -e pulsemixer
|
||||
bspc rule -a \* -o state=floating && $TERMINAL -e pulsemixer
|
||||
|
||||
# xkill
|
||||
ctrl + alt + Escape
|
||||
|
@ -233,7 +233,7 @@ super + f
|
|||
super + d
|
||||
[ -z "$(bspc query -N -n focused.sticky)" ] && \
|
||||
bspc node focused -g sticky=on || \
|
||||
bspc node focused -g sticky=off;
|
||||
bspc node focused -g stick=off;
|
||||
|
||||
super + ctrl + f
|
||||
bspc node -t \~fullscreen
|
||||
|
@ -268,9 +268,9 @@ super + {_, shift +} Tab
|
|||
# focus or send to the given desktop
|
||||
super + {_,shift + }{1,2,3,4,5,6,7,8,9}
|
||||
bspc {desktop -f,node -d} '{a1,a2,a3,a4,a5,a6,a7,a8,a9}'
|
||||
super + alt + {_,shift + }{1,2,3,4,5,6,7,8,9}
|
||||
bspc {desktop -f,node -d} '{b1,b2,b3,b4,b5,b6,b7,b8,b9}'
|
||||
super + ctrl + {_,shift + }{1,2,3,4,5,6,7,8,9}
|
||||
bspc {desktop -f,node -d} '{b1,b2,b3,b4,b5,b6,b7,b8,b9}'
|
||||
super + alt + {_,shift + }{1,2,3,4,5,6,7,8,9}
|
||||
bspc {desktop -f,node -d} '{c1,c2,c3,c4,c5,c6,c7,c8,c9}'
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue