diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-02-04 14:24:16 -0800 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-02-04 14:24:16 -0800 |
| commit | 9139a1b136fa2b5adfcac0ac09a4f61aa1ee1ff4 (patch) | |
| tree | de82bc4776b87f1fbb86f14b4a15d35d009ddd28 /config/xinitrc | |
| parent | a9bf8f30c746f5b28bb7eb6938e8390127081a32 (diff) | |
full reorg
Diffstat (limited to 'config/xinitrc')
| -rw-r--r-- | config/xinitrc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/config/xinitrc b/config/xinitrc new file mode 100644 index 0000000..9f7e1d3 --- /dev/null +++ b/config/xinitrc @@ -0,0 +1,16 @@ +set -x +xset r rate 210 35 +setxkbmap -layout us,us -variant ,colemak -option grp:rctrl_toggle + + +if [[ $(uname -a) == *"gentoo"* ]]; then +AUDIO="gentoo-pipewire-launcher restart & disown" +else +AUDIO="pulseaudio -k; pulseaudio -D" +fi +~/.fehbg & +slstatus & +unclutter --timeout 3 --hide-on-key-press & +WM=${2:-dwm} + +exec dbus-launch --exit-with-session bash -c "${AUDIO}; exec ${WM}" |
