summaryrefslogtreecommitdiff
path: root/config/xinitrc
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2026-06-14 09:01:54 -0700
committerThomas Ulmer <thomasmulmer02@gmail.com>2026-06-14 09:01:54 -0700
commite2946c6a70c4aa53ce110c61e17062043a9afbd5 (patch)
tree71f98c623135928ffb52ed79c50879f6bf0294fa /config/xinitrc
parent5fb078d0adf2b88874dd1135f754f0608400e656 (diff)
x startup cleanup, move some stuff to openrc
Diffstat (limited to 'config/xinitrc')
-rw-r--r--config/xinitrc15
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}