summaryrefslogtreecommitdiff
path: root/.config/startup/workstation
diff options
context:
space:
mode:
Diffstat (limited to '.config/startup/workstation')
-rwxr-xr-x.config/startup/workstation3
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/startup/workstation b/.config/startup/workstation
index 413e79a..afbc776 100755
--- a/.config/startup/workstation
+++ b/.config/startup/workstation
@@ -6,5 +6,8 @@ gentoo-pipewire-launcher &
# Autolock the screen after 5 minutes with xautolock (slock)
xautolock -time 5 -locker slock &
+# Configure monitor layout (and wallpaper)
+"$XDG_CONFIG_HOME/screenlayout/workstation-singlemon" &
+
# Automatically start dropbox
dropbox start &