aboutsummaryrefslogtreecommitdiffstats
path: root/.config/herbstluftwm/autostart
diff options
context:
space:
mode:
Diffstat (limited to '.config/herbstluftwm/autostart')
-rwxr-xr-x.config/herbstluftwm/autostart9
1 files changed, 4 insertions, 5 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart
index 89b7ff8..f0305c9 100755
--- a/.config/herbstluftwm/autostart
+++ b/.config/herbstluftwm/autostart
@@ -107,6 +107,9 @@ hc keybind Mod4-w jumpto last-minimized
## launchers
+#dunst
+hc keybind Mod4-minus spawn dunstctl close-all
+
#pass
hc keybind Mod4-x spawn ~/.config/herbstluftwm/pass.sh
hc keybind Mod4-Shift-x spawn ~/.config/herbstluftwm/pass.sh -f
@@ -225,8 +228,4 @@ done
# run dunst with theme colours
pkill dunst
-dunst -lb $bar_bg -nb $bar_bg -cb $bg_focus \
- -lf $bar_fg -nf $bar_fg -cf $fg_focus \
- -frame_color $bg_focus -geom "0x3-4+$(($bheight + 4))" \
- -fn "$mfont $mfont_size" \
- -max_icon_size 0
+dunst &