blob: d32ca291b227d079b971f078d5f947c8b7e808ee (
plain)
1
2
3
4
5
6
7
8
|
#!/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 &
|