diff options
Diffstat (limited to '.xprofile')
| -rw-r--r-- | .xprofile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ #!/bin/sh if [ "$DISPLAY_SESSION" != "openbox" ] && \ + [ "$DISPLAY_SESSION" != "xmonad" ] && \ [ "$DISPLAY_SESSION" != "dwm" ]; then exit 0 fi |