From d92c9ac5802040585d0d1bd742bd59a78c2a3922 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 13 Oct 2017 20:38:44 +0200 Subject: xprofile: Fix missing notifications Dunst wasn't being started. --- xprofile/.xprofile | 1 + 1 file changed, 1 insertion(+) (limited to 'xprofile') 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 & -- cgit 1.4.1