if a main screenlayout file exists, execute it on startup.

This commit is contained in:
Gabe Venberg 2025-09-12 23:08:31 +02:00
parent 57c88d6654
commit 8fed088241

View file

@ -3,5 +3,5 @@ export GTK_THEME=Adwaita:dark
export GTK2_RC_FILES=/usr/share/themes/Adwaita-dark/gtk-2.0/gtkrc
export QT_STYLE_OVERRIDE=adwaita-dark
xrdb -merge ~/.Xresources
[ -x ~/.screenlayout/main.sh ] && ~/.screenlayout/main.sh
i3