From 9599578a86346c91035314306093caaaeba928ec Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Tue, 7 Dec 2021 00:53:04 -0600 Subject: fix vim title changing issue, xinitrc so you can do 'sudo [guiapp]', cargo bin in path --- x11/rc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'x11') diff --git a/x11/rc b/x11/rc index ac86f9e..6b13296 100755 --- a/x11/rc +++ b/x11/rc @@ -6,3 +6,5 @@ seasonalwallpaper & capsmap & unclutter -noevents & xset r rate 250 50 & +# Allow starting graphical applications as root +doas xauth -f /root/.Xauthority add $(xauth list $DISPLAY) & -- cgit v1.2.3