From 2ceb1116a3dcb9471d426d57a1a76b6a1a25fa6c Mon Sep 17 00:00:00 2001 From: Benjamin Chausse <benjamin@chausse.xyz> Date: Wed, 2 Apr 2025 16:10:16 -0400 Subject: Remove legacy X11 and general maintenance --- .config/startup/battlestation | 10 ---------- .config/startup/workstation | 13 ------------- 2 files changed, 23 deletions(-) delete mode 100755 .config/startup/battlestation delete mode 100755 .config/startup/workstation (limited to '.config/startup') diff --git a/.config/startup/battlestation b/.config/startup/battlestation deleted file mode 100755 index 19c541e..0000000 --- a/.config/startup/battlestation +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -# Pipewire setup: -gentoo-pipewire-launcher & - -# Load Nvidia X Server Settings -nvidia-settings --load-config-only & - -# Load stacked dual monitor configuration -$XDG_CONFIG_HOME/screenlayout/battlestation-dualmon & 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 & -- cgit v1.2.3