diff options
author | zachir <zachir@librem.one> | 2023-02-28 21:55:10 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-28 21:55:10 -0600 |
commit | 971b89a4f2170a9328b8f8b0ca38a24193e85812 (patch) | |
tree | 4dfe2fe9863d4d21e347ac0a9e9875d1ee40980f /X11/xinitrc | |
parent | 6de33bb1b0c93fa0670f8c9397efd350c4af3782 (diff) |
have xinit run layout_1 script if exists
Diffstat (limited to 'X11/xinitrc')
-rwxr-xr-x | X11/xinitrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/X11/xinitrc b/X11/xinitrc index 73e2b83..2713b88 100755 --- a/X11/xinitrc +++ b/X11/xinitrc @@ -1,5 +1,6 @@ xrdb ~/.Xresources sh -c ~/.xprofile & #runsvdir ~/.runit/runsvdir & +[ -x ~/.screenlayout/layout_1.sh ] && ~/.screenlayout/layout_1.sh WM="$(~/.local/bin/scripts/crcparse 'WM')" exec dbus-launch --exit-with-session $WM |