diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2021-06-21 20:49:11 -0400 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2021-06-21 20:49:11 -0400 |
commit | 965041d7e8aea95af5cde820a67bf1334d246054 (patch) | |
tree | d463bec78f22c0c9213c702e5c5001375cb1f550 /desktop | |
parent | 7237be0588f65e3dfa7e54c143465673352c1d4b (diff) |
dunst
Diffstat (limited to 'desktop')
-rwxr-xr-x | desktop/.xsession | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/.xsession b/desktop/.xsession index a92af1f..01cd8f1 100755 --- a/desktop/.xsession +++ b/desktop/.xsession @@ -30,6 +30,6 @@ if which autorandr >/dev/null; then autorandr --change fi -dunst -max_icon_size 100 & +dunst -max_icon_size 30 & exec xmonad |