diff options
Diffstat (limited to 'x11')
-rwxr-xr-x | x11/rc | 2 | ||||
-rwxr-xr-x | x11/xinitrc | 5 |
2 files changed, 3 insertions, 4 deletions
@@ -6,5 +6,3 @@ seasonalwallpaper & capsmap & unclutter -noevents & xset r rate 250 50 & -# Allow starting graphical applications as root -doas xauth -f /root/.Xauthority add $(xauth list $DISPLAY) & diff --git a/x11/xinitrc b/x11/xinitrc index 38640d8..d5731a0 100755 --- a/x11/xinitrc +++ b/x11/xinitrc @@ -1,3 +1,4 @@ #!/bin/sh -/home/timmy/.config/x11/rc -exec timmywm +/home/timmy/.config/x11/rc & +exec timmywm && xvsync + |