# disable screensaver xset s off # disable power saving xset -dpms # load Xresources xrdb ~/.config/x11/xresources # initialize primary monitor xrandr --output DisplayPort-0 --primary -r 144 # initialize secondary monitor xrandr --output HDMI-A-1 --auto --right-of DisplayPort-0 --mode 3840x2160 # set background bgscript # remap keys kbremaps # load rgb profile openrgb --profile ~/.config/OpenRGB/Gruvbox.orp & # start compositor picom --config ~/.config/picom/picom.conf & # start notification daemon dunst & # start calendar calcurse --daemon & # start unclutter unclutter & # start keybind daemon sxhkd & # initialize identity management programs st -e id-init & # run statusbar script ~/.local/bin/bar & # start window manager while true do /usr/local/bin/dwm 2> /tmp/dwm_errors done