aboutsummaryrefslogtreecommitdiff
path: root/.xprofile
diff options
context:
space:
mode:
Diffstat (limited to '.xprofile')
-rwxr-xr-x.xprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.xprofile b/.xprofile
index bb476bc..8bff0d0 100755
--- a/.xprofile
+++ b/.xprofile
@@ -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 &