diff options
Diffstat (limited to 'X11')
-rwxr-xr-x | X11/xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/X11/xinitrc b/X11/xinitrc index 3945b40..1d5a4fa 100755 --- a/X11/xinitrc +++ b/X11/xinitrc @@ -1,4 +1,4 @@ xrdb ~/.Xresources sh -c ~/.xprofile & -WM="$(~/.local/scripts/crcparse 'WM')" +WM="$(~/.local/bin/scripts/crcparse 'WM')" exec dbus-launch --exit-with-session $WM |