diff options
author | zachir <zachir@librem.one> | 2023-01-22 22:06:02 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-01-22 22:06:02 -0600 |
commit | 12868424437603855669933d388f68fcedc185c7 (patch) | |
tree | 65dba11a133c47e47f58a719a4d53f03fdc338c1 /X11 | |
parent | d8a96c4f081242bab18306af3d981446c014440d (diff) |
mass deletions
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 |