diff options
Diffstat (limited to '.config/herbstluftwm')
-rwxr-xr-x | .config/herbstluftwm/autostart | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index 4106644..f69db5a 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -216,10 +216,10 @@ for monitor in $(hc list_monitors | cut -d: -f1) ; do 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,$jfont $jfont_size,$cfont $cfont_size,$efont $efont_size,$bkfont $bkfont_size" \ - -max_icon_size 0 - +# 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,$jfont $jfont_size,$cfont $cfont_size,$efont $efont_size,$bkfont $bkfont_size" \ +# -max_icon_size 0 +# |