From e2946c6a70c4aa53ce110c61e17062043a9afbd5 Mon Sep 17 00:00:00 2001 From: Thomas Ulmer Date: Sun, 14 Jun 2026 09:01:54 -0700 Subject: x startup cleanup, move some stuff to openrc --- config/xinitrc | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'config/xinitrc') diff --git a/config/xinitrc b/config/xinitrc index 2dd241e..ef8f797 100644 --- a/config/xinitrc +++ b/config/xinitrc @@ -6,16 +6,17 @@ then xset s off xset -dpms fi -setxkbmap -layout us,us -variant ,colemak -option grp:rctrl_toggle -option caps:escape +fixkeys + +#if [[ $(uname -a) == *"gentoo"* ]]; then +# AUDIO="gentoo-pipewire-launcher restart & disown" +#else +# AUDIO="pulseaudio -k; pulseaudio -D" +#fi -if [[ $(uname -a) == *"gentoo"* ]]; then - AUDIO="gentoo-pipewire-launcher restart & disown" -else - AUDIO="pulseaudio -k; pulseaudio -D" -fi ~/.fehbg & slstatus & unclutter --timeout 3 & WM=${2:-dwm} -exec dbus-launch --exit-with-session bash -c "${AUDIO}; exec ${WM}" +exec ${WM} -- cgit v1.2.3