diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-10-27 10:55:54 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-10-27 10:55:54 +0200 |
commit | e23cc0e4150228d35d7f3850f5ac342916ad9731 (patch) | |
tree | fed2afc9f98953f93727878dab33b3418f27fee6 /.xinitrc | |
parent | 453d2f1074ee9ed259b7ecb004c508f6a980f5e7 (diff) | |
download | dotfiles-e23cc0e4150228d35d7f3850f5ac342916ad9731.tar.gz dotfiles-e23cc0e4150228d35d7f3850f5ac342916ad9731.tar.xz |
xinitrc: Start dunst since autostart doesn't work
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ remote-notify-client.sh </dev/null & #compton -bfzCG --backend glx --vsync opengl-swc --paint-on-overlay -D2 #--glx-no-rebind-pixmap --glx-no-stencil --unredir-if-possible redshift -l 48.190:15.62 -t 5700:3400 -m randr & mount-ssh & -#dunst & +dunst & if [[ -e ~/perl5 ]]; then eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib) |