#!/bin/sh xvsync & [ "`hostname`" = "G3N2" ] && [ -f ~/.config/x11/Xresources ] && xrdb -merge -I$HOME ~/.config/x11/Xresources & #[ "`hostname`" = "openbsdx230" ] && bdstpscroll & seasonalwallpaper & capsmap & unclutter -noevents & xset r rate 250 50 & # Allow starting graphical applications as root doas xauth -f /root/.Xauthority add $(xauth list $DISPLAY) &