diff options
| author | Timmy Keller <tjk@tjkeller.xyz> | 2021-09-03 14:49:34 -0500 | 
|---|---|---|
| committer | Timmy Keller <tjk@tjkeller.xyz> | 2021-09-03 14:49:34 -0500 | 
| commit | 0d2585f5d5dbbba5a0df1d30fd7f434d740a6d7e (patch) | |
| tree | 93e74548eea37d13c3c5e67b6e4098320c04e439 /x11 | |
| parent | 2721b1d4812b81b78b517cbd0c610315329f056c (diff) | |
| download | dotconfig-0d2585f5d5dbbba5a0df1d30fd7f434d740a6d7e.tar.xz dotconfig-0d2585f5d5dbbba5a0df1d30fd7f434d740a6d7e.zip  | |
use hostname instead on computer variable
Diffstat (limited to 'x11')
| -rwxr-xr-x | x11/rc | 4 | 
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@  #!/bin/sh  xrandr && -[ "$COMPUTER" = "desktop" ] && [ -f ~/.config/x11/Xresources ] && xrdb -merge -I$HOME ~/.config/x11/Xresources & +[ "`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 & -[ "$COMPUTER" = "openbsdx230" ] && bdstpscroll &  | 
