diff options
| author | katherine <shmibs@shmibbles.me> | 2017-01-18 05:53:57 -0700 |
|---|---|---|
| committer | katherine <shmibs@shmibbles.me> | 2017-01-18 05:53:57 -0700 |
| commit | 6e26d2c78a75d59f97f8bcbdd96c38655fdf951c (patch) | |
| tree | 12c631515293e0d94956a2c1cb15a9d3133d1fb0 | |
| parent | 9123edd762ff8e29ceedebbe20405148acb8f9c7 (diff) | |
| download | dotfiles-6e26d2c78a75d59f97f8bcbdd96c38655fdf951c.tar.gz | |
adjust dunst for new icon scaling setting
| -rwxr-xr-x | .config/herbstluftwm/autostart | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index 3a0f39a..01c99a2 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -214,5 +214,6 @@ pkill dunst dunst -lb $bg_normal -nb $bg_normal -cb $bg_focus \ -lf $fg_normal -nf $fg_normal -cf $fg_focus \ -frame_color $bg_focus -geom "0x3-4+$(($bheight + 4))" \ - -fn "$mfont $mfont_size,$jfont $jfont_size, $bkfont $bkfont_size" + -fn "$mfont $mfont_size,$jfont $jfont_size, $bkfont $bkfont_size" \ + -max_icon_size 0 |
