diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-06-14 09:01:54 -0700 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-06-14 09:01:54 -0700 |
| commit | e2946c6a70c4aa53ce110c61e17062043a9afbd5 (patch) | |
| tree | 71f98c623135928ffb52ed79c50879f6bf0294fa /config/xinitrc | |
| parent | 5fb078d0adf2b88874dd1135f754f0608400e656 (diff) | |
x startup cleanup, move some stuff to openrc
Diffstat (limited to 'config/xinitrc')
| -rw-r--r-- | config/xinitrc | 15 |
1 files changed, 8 insertions, 7 deletions
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} |
