Skip to content

Instantly share code, notes, and snippets.

@littletsu
Last active December 14, 2022 06:27
Show Gist options
  • Save littletsu/2bf68851dba82708a8bf6f68ad297233 to your computer and use it in GitHub Desktop.
Save littletsu/2bf68851dba82708a8bf6f68ad297233 to your computer and use it in GitHub Desktop.
personal xinitrc
# x funny
xset led named 'Scroll Lock'
# pipewire
pipewire&
pipewire-pulse&
sleep 2 # delay to ensure pipewire has started
wireplumber&
# window manager stuff
feh --bg-scale /home/kona/andyethan.png&
picom&
dunst&
# autostart
firefox&
# wm
exec i3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment