diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2021-10-19 21:16:50 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2021-10-19 21:16:50 -0500 |
commit | 3d1446e331f099c517aa0160f2b907b57de0c152 (patch) | |
tree | 0e143eeaa0129fb095030554c848d8fd5702f1d7 /x11 | |
parent | 2cfa606cca2cf61b0cd97f2266bccf90f6dc7867 (diff) | |
download | dotconfig-3d1446e331f099c517aa0160f2b907b57de0c152.tar.xz dotconfig-3d1446e331f099c517aa0160f2b907b57de0c152.zip |
librex60 changes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Xauthority | bin | 233 -> 286 bytes | |||
-rwxr-xr-x | x11/rc | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/x11/Xauthority b/x11/Xauthority Binary files differindex 143ecb3..4eb8c2e 100644 --- a/x11/Xauthority +++ b/x11/Xauthority @@ -1,7 +1,7 @@ #!/bin/sh xrandr && [ "`hostname`" = "G3N2" ] && [ -f ~/.config/x11/Xresources ] && xrdb -merge -I$HOME ~/.config/x11/Xresources & -[ "`hostname`" = "openbsdx230" ] && bdstpscroll & +#[ "`hostname`" = "openbsdx230" ] && bdstpscroll & seasonalwallpaper & capsmap & unclutter -noevents & |