From 5bdb16e11376f5d091b781f49e3ab48a6fcc9058 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Thu, 3 Dec 2020 12:41:04 +0100 Subject: [PATCH] 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). --- sxhkd/.config/sxhkd/sxhkdrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index c6afd2b..5ce3764 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -14,6 +14,9 @@ super + BackSpace super + F8 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 XF86MonBrightness{Up,Down} xbacklight {-inc,-dec} 10