summary refs log tree commit diff stats
path: root/xprofile
diff options
context:
space:
mode:
authorAlan Pearce2017-10-13 20:38:44 +0200
committerAlan Pearce2017-10-13 20:38:44 +0200
commitd92c9ac5802040585d0d1bd742bd59a78c2a3922 (patch)
treef1652e828579d4cf8a9f565569f66f9b40cc517f /xprofile
parent4c695301e4759fbc25fef42d8e2d1fe430ec2549 (diff)
downloaddotfiles-d92c9ac5802040585d0d1bd742bd59a78c2a3922.tar.lz
dotfiles-d92c9ac5802040585d0d1bd742bd59a78c2a3922.tar.zst
dotfiles-d92c9ac5802040585d0d1bd742bd59a78c2a3922.zip
xprofile: Fix missing notifications
Dunst wasn't being started.
Diffstat (limited to 'xprofile')
-rwxr-xr-xxprofile/.xprofile1
1 files changed, 1 insertions, 0 deletions
diff --git a/xprofile/.xprofile b/xprofile/.xprofile
index 78e02b7..b83f94b 100755
--- a/xprofile/.xprofile
+++ b/xprofile/.xprofile
@@ -6,5 +6,6 @@ then
   autorandr --change --force
 fi
 xrdb -I$HOME/.xresources .xresources/main
+dunst &
 xsetroot -cursor_name left_ptr -solid '#666666' &
 sxhkd &