diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2023-10-25 12:40:20 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2023-10-25 12:40:20 -0400 |
commit | 6ccb0c265a8a5cd9d491f40c9812f84ad7fac4a9 (patch) | |
tree | 7a11b57f95e81e94528181caa8c3724536ed909f /.config/startup/battlestation | |
parent | 4bab74779bcc7b5dcb1cb63e8eb7bec74519eb2f (diff) |
xinitrc sources per-hostname configs
Diffstat (limited to '.config/startup/battlestation')
-rw-r--r-- | .config/startup/battlestation | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/startup/battlestation b/.config/startup/battlestation new file mode 100644 index 0000000..ed7355f --- /dev/null +++ b/.config/startup/battlestation @@ -0,0 +1,10 @@ +#!/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.sh & |