diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-01-24 12:23:41 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-01-24 12:23:41 -0500 |
commit | 7e621b5759422f7e59d62d8cb560498f82443a7b (patch) | |
tree | 33c21f221d51744726dfc28db590c1324687f260 /.config/startup/workstation | |
parent | 2c5a050641d5400843facfc65e58a2bef5d87422 (diff) | |
parent | 0ad11de796d2b5657757fd7b860bf1f4938af4c7 (diff) |
Merge branch 'master' of github.com:ChausseBenjamin/dotfiles
Diffstat (limited to '.config/startup/workstation')
-rwxr-xr-x | .config/startup/workstation | 3 |
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 & |