diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-01-23 16:48:32 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-01-23 16:48:32 -0500 |
commit | 0ad11de796d2b5657757fd7b860bf1f4938af4c7 (patch) | |
tree | 7364ac252e3ffea12a47ee8713f123d145747883 /.config/startup | |
parent | 61e7324e6692b155b6dd1d450ff431582c1fc57b (diff) |
Auto-set layout on workstation
Diffstat (limited to '.config/startup')
-rw-r--r-- | .config/startup/intern | 8 | ||||
-rwxr-xr-x | .config/startup/workstation | 3 |
2 files changed, 3 insertions, 8 deletions
diff --git a/.config/startup/intern b/.config/startup/intern deleted file mode 100644 index d6ae6bd..0000000 --- a/.config/startup/intern +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -# Pipewire setup: -dbus-launch --sh-syntax --exit-with-session; pulseaudio --kill; pipewire & - -# Standard dual screen layout -$HOME/.screenlayout/office.sh & - 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 & |