(i3) merge Xresources on boot

This commit is contained in:
jc 2025-03-07 20:54:36 -05:00
commit 4ead325d71

View file

@ -28,8 +28,11 @@ set $terminal "alacritty"
# https://wiki.archlinux.org/index.php/XDG_Autostart # https://wiki.archlinux.org/index.php/XDG_Autostart
exec --no-startup-id dex --autostart --environment i3 exec --no-startup-id dex --autostart --environment i3
exec --no-startup-id xrdb -merge ~/.Xresources
exec --no-startup-id xrandr --output DP-0 --mode 3840x2160 --rate 239.99 exec --no-startup-id xrandr --output DP-0 --mode 3840x2160 --rate 239.99
# The combination of xss-lock, nm-applet and pactl is a popular choice, so # The combination of xss-lock, nm-applet and pactl is a popular choice, so
# they are included here as an example. Modify as you see fit. # they are included here as an example. Modify as you see fit.