From 0ad11de796d2b5657757fd7b860bf1f4938af4c7 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Tue, 23 Jan 2024 16:48:32 -0500 Subject: Auto-set layout on workstation --- .config/startup/workstation | 3 +++ 1 file changed, 3 insertions(+) (limited to '.config/startup/workstation') 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 & -- cgit v1.2.3