diff options
author | Julian T <julian@jtle.dk> | 2019-04-13 18:37:09 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2019-04-13 18:37:09 +0200 |
commit | 6656c7e3dcc597232512c1def8a8b3e4ee3f2e4a (patch) | |
tree | c48fa75ed72c710c8e678b3ebef876a07f9e4402 /dwm/.xinitrc | |
parent | d1cc04a52c66ee197378d7354a1aba6281e8b32c (diff) |
Added lots of stuff
Diffstat (limited to 'dwm/.xinitrc')
-rw-r--r-- | dwm/.xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm/.xinitrc b/dwm/.xinitrc index ecf13e1..3ac0572 100644 --- a/dwm/.xinitrc +++ b/dwm/.xinitrc @@ -14,7 +14,6 @@ xcape -e "Control_R=Escape" nm-applet & xscreensaver & xss-lock -- xscreensaver-command --lock & -dunst & xcompmgr & if ! pgrep -u "$USER" ssh-agent > /dev/null; then @@ -28,5 +27,6 @@ while true; do dwm done & +play ~/Winsounds/login.wav -q & exec sh /home/julian/.dwmSession.sh |