diff options
author | Josh <eeei3.joshua0307lol@gmail.com> | 2024-12-18 21:15:51 -0500 |
---|---|---|
committer | Josh <eeei3.joshua0307lol@gmail.com> | 2024-12-18 21:15:51 -0500 |
commit | 2c1f6b9dffafecbda32b136d06abf65558f07700 (patch) | |
tree | fc88590f762fca1564cdfb7bb8c7d412575564f1 /system/X11/xinitrc |
initial commit, I think I got everything
Diffstat (limited to 'system/X11/xinitrc')
-rw-r--r-- | system/X11/xinitrc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/system/X11/xinitrc b/system/X11/xinitrc new file mode 100644 index 0000000..2c3a201 --- /dev/null +++ b/system/X11/xinitrc @@ -0,0 +1,13 @@ +gentoo-pipewire-launcher & +xrandr --setprovideroutputsource modesetting NVIDIA-0 & +xrandr --auto & +xrdb -merge ~/.Xresources & +slstatus & +feh --bg-scale background.png & +jcritty & +xautolock -time 20 -locker slock & +thunderbird & +uranger & +xscreensaver --no-splash & +dunst & +exec dbus-launch --exit-with-session dwm |