summaryrefslogtreecommitdiff
path: root/x11/rc
blob: 6b13296a992ec4f8090b39a9120ab7569e384728 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
xrandr &&
[ "`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) &