all repos — archive/dotfiles @ d92c9ac5802040585d0d1bd742bd59a78c2a3922

Superseded by nixfiles

xprofile: Fix missing notifications

Dunst wasn't being started.
Alan Pearce alan@alanpearce.eu
Fri, 13 Oct 2017 20:38:44 +0200
commit

d92c9ac5802040585d0d1bd742bd59a78c2a3922

parent

4c695301e4759fbc25fef42d8e2d1fe430ec2549

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M xprofile/.xprofilexprofile/.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 &