diff options
Diffstat (limited to 'x/.xinitrc')
| -rwxr-xr-x | x/.xinitrc | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,8 +1,10 @@ #!/bin/sh -xprofile=${XDG_CONFIG_HOME}/X11/xprofile +xprofile=${XDG_CONFIG_HOME}/x/xprofile [ -f $xprofile ] && . $xprofile #exec startxfce4 -exec i3 +#exec i3 #exec bspwm +#exec xmonad +exec herbstluftwm |
