Last active
December 14, 2022 06:27
-
-
Save littletsu/2bf68851dba82708a8bf6f68ad297233 to your computer and use it in GitHub Desktop.
personal xinitrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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