# disable screensaver
xset s off
# disable power saving
xset -dpms
# set refresh rate
xrandr -r 144
# set background
bgscript
# remap keys
kbremaps
# load Xresources
xrdb ~/.config/x11/xresources
# start compositor
picom --config ~/.config/picom/picom.conf &
# start notification daemon
dunst &
# start unclutter
unclutter &
# start keybind daemon
sxhkd &
# start status bar 
dwmblocks &
# start window manager (and keep starting when shutdown)
dwm