diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2021-12-07 00:53:04 -0600 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2021-12-07 00:53:04 -0600 |
commit | 9599578a86346c91035314306093caaaeba928ec (patch) | |
tree | 609ea918fc5d2cbb7101fc594c41f4487e866bd9 /x11 | |
parent | 41e14071197d271ace370332dbcec9bf50239f92 (diff) | |
download | dotconfig-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-x | x11/rc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) & |