diff options
author | Alan Pearce | 2017-10-13 20:38:44 +0200 |
---|---|---|
committer | Alan Pearce | 2017-10-13 20:38:44 +0200 |
commit | d92c9ac5802040585d0d1bd742bd59a78c2a3922 (patch) | |
tree | f1652e828579d4cf8a9f565569f66f9b40cc517f /xprofile/.xprofile | |
parent | 4c695301e4759fbc25fef42d8e2d1fe430ec2549 (diff) | |
download | dotfiles-d92c9ac5802040585d0d1bd742bd59a78c2a3922.tar.lz dotfiles-d92c9ac5802040585d0d1bd742bd59a78c2a3922.tar.zst dotfiles-d92c9ac5802040585d0d1bd742bd59a78c2a3922.zip |
xprofile: Fix missing notifications
Dunst wasn't being started.
Diffstat (limited to 'xprofile/.xprofile')
-rwxr-xr-x | xprofile/.xprofile | 1 |
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 & |