first commit

This commit is contained in:
2026-07-13 19:42:03 -07:00
commit b80a314f49
5 changed files with 87 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
#
# ~/.xinitrc
#
xrandr --output DP-2 --auto --mode 1920x1080 --rate 144.00
xrandr --output HDMI-0 --auto --mode 1920x1080 --rate 100.00 --right-of DP-2
xrdb -load ~/.Xresources
xmodmap ~/.Xmodmap
# feh --no-feh --bg-fill /home/caleb/pictures/wallpapers/85942af486eb79118467/low-poly-texture-19.png
dunst &
xcompmgr -n &
dwmbar_loop &
if command -v dbus-update-activation-environment >/dev/null 2>&1; then
dbus-update-activation-environment --systemd DISPLAY XAUTHORITY XDG_CURRENT_DESKTOP=dwm
fi
exec dwm