summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2021-12-07 00:53:04 -0600
committerTimmy Keller <tjk@tjkeller.xyz>2021-12-07 00:53:04 -0600
commit9599578a86346c91035314306093caaaeba928ec (patch)
tree609ea918fc5d2cbb7101fc594c41f4487e866bd9 /x11
parent41e14071197d271ace370332dbcec9bf50239f92 (diff)
downloaddotconfig-9599578a86346c91035314306093caaaeba928ec.tar.xz
dotconfig-9599578a86346c91035314306093caaaeba928ec.zip
fix vim title changing issue, xinitrc so you can do 'sudo [guiapp]', cargo bin in path
Diffstat (limited to 'x11')
-rwxr-xr-xx11/rc2
1 files changed, 2 insertions, 0 deletions
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) &