mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
transparent st
This commit is contained in:
parent
51937c18e6
commit
54c6b0a122
14 changed files with 193 additions and 1083 deletions
|
@ -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 stick=off;
|
||||
bspc node focused -g sticky=off;
|
||||
|
||||
super + ctrl + f
|
||||
bspc node -t \~fullscreen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue