summaryrefslogtreecommitdiff
path: root/.config/startup/workstation
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2024-01-23 16:48:32 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2024-01-23 16:48:32 -0500
commit0ad11de796d2b5657757fd7b860bf1f4938af4c7 (patch)
tree7364ac252e3ffea12a47ee8713f123d145747883 /.config/startup/workstation
parent61e7324e6692b155b6dd1d450ff431582c1fc57b (diff)
Auto-set layout on workstation
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 &