sxhkd: Add toggleable statusbar
Added toggle key for polybar, just in case I ever need the extra screen real estate (*without* i3's `Mod+f` full-screen mode). Should come handy rarely, but if it does it now exists. Can be toggled with `super+F7`, since that is close to the other styling option and not used in any other way (not even with media keys or similar).
This commit is contained in:
parent
a24cf7f241
commit
5bdb16e113
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@ super + BackSpace
|
||||||
super + F8
|
super + F8
|
||||||
styler set $(styler list themes | rofi -dmenu -theme /themes/dropdown -matching fuzzy -filter "-256 -atelier ")
|
styler set $(styler list themes | rofi -dmenu -theme /themes/dropdown -matching fuzzy -filter "-256 -atelier ")
|
||||||
|
|
||||||
|
super + F7
|
||||||
|
polybar-msg cmd toggle
|
||||||
|
|
||||||
# enable function (/media) key functionality
|
# enable function (/media) key functionality
|
||||||
XF86MonBrightness{Up,Down}
|
XF86MonBrightness{Up,Down}
|
||||||
xbacklight {-inc,-dec} 10
|
xbacklight {-inc,-dec} 10
|
||||||
|
|
Loading…
Reference in a new issue