diff options
author | katherine <shmibs@shmibbles.me> | 2018-09-27 22:17:49 -0700 |
---|---|---|
committer | katherine <shmibs@shmibbles.me> | 2018-09-27 22:17:49 -0700 |
commit | 85f251bf674dfd93f5f47f0654755f58327c1697 (patch) | |
tree | 67dcab1c824349b24943bf5e47ab57507afa195e /.config/herbstluftwm | |
parent | 55b93604b74bb7de31c7dcecda5430c3f0c8ddfc (diff) | |
download | dotfiles-85f251bf674dfd93f5f47f0654755f58327c1697.tar.gz |
remove userchrome gen
useless now that using no-gui with tridactyl
(which is really disappointing, by the way, but no qutebrowser just
yet...
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 +# |