summaryrefslogtreecommitdiff
path: root/.config/startup/workstation
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2025-04-02 16:10:16 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2025-04-02 16:10:16 -0400
commit2ceb1116a3dcb9471d426d57a1a76b6a1a25fa6c (patch)
treefc97e434fdc5b65d60e2be610e46efc9633a5437 /.config/startup/workstation
parent4ccdb6fb1f53bc6c799ece8c2f03a0fede093acd (diff)
Remove legacy X11 and general maintenanceHEADmaster
Diffstat (limited to '.config/startup/workstation')
-rwxr-xr-x.config/startup/workstation13
1 files changed, 0 insertions, 13 deletions
diff --git a/.config/startup/workstation b/.config/startup/workstation
deleted file mode 100755
index afbc776..0000000
--- a/.config/startup/workstation
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-# Pipewire setup:
-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 &