diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2021-06-15 21:45:17 -0400 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2021-06-15 21:45:32 -0400 |
commit | da14f741fca0d73783017ee5b34d39691b2b03c1 (patch) | |
tree | 2c2e0a4724be2f218825db519cd885e65d666b2c /desktop/.xsession | |
parent | 8cbf1e4566bf4e2683355b617ffcba450ea1d904 (diff) |
changes
Diffstat (limited to 'desktop/.xsession')
-rwxr-xr-x | desktop/.xsession | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/.xsession b/desktop/.xsession index d05de7e..c971e4a 100755 --- a/desktop/.xsession +++ b/desktop/.xsession @@ -30,4 +30,6 @@ if which autorandr >/dev/null; then autorandr --change fi +dunst & + exec xmonad |