dotfiles/config/xinitrc
2026-09-05 20:10:45 -04:00

17 lines
320 B
Bash

#!/bin/sh
[ -f ~/.profile ] && . ~/.profile
# Create /run/user/$UID if not present (no systemd on Slackware)
mkdir -p /run/user/$(id -u)
chmod 700 /run/user/$(id -u)
# Start PipeWire audio stack
pipewire &
pipewire-pulse &
wireplumber &
# Compositor - eliminates screen tearing
# picom --backend glx &
exec stumpwm