# 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 &
# initialize identity management programs
urxvt -e id-init & 
# start window manager
dwm