diff options
Diffstat (limited to '.xprofile')
-rwxr-xr-x | .xprofile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ emacs --daemon & # autostart apps for both xmonad and dwm if [[ "$DESKTOP_SESSION" = "xmonad" || "$DESKTOP_SESSION" = "dwm" ]]; then - screensetup.sh + screensetup.sh & # autostart apps nitrogen --restore & |