From c6f103ca4c0ff474df222dcaeeb1e351b32df3a0 Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Sat, 8 Jan 2022 16:15:19 -0600 Subject: fix cargo path and fix xvsync and xsudo --- x11/rc | 2 -- x11/xinitrc | 5 +++-- zsh/zprofile.base | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/x11/rc b/x11/rc index ed92fc6..d32ca29 100755 --- a/x11/rc +++ b/x11/rc @@ -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 + diff --git a/zsh/zprofile.base b/zsh/zprofile.base index ec1b362..93037ad 100644 --- a/zsh/zprofile.base +++ b/zsh/zprofile.base @@ -32,7 +32,7 @@ export PATH="$scriptspath/misc:$PATH" #export PATH="$scriptspath/keyboard:$PATH" export PATH="$scriptspath/sync:$PATH" export PATH="$scriptspath/programs:$PATH" -export PATH="$CARGO_HOME:$PATH" +export PATH="$CARGO_HOME/bin:$PATH" # Theming #export QT_QPA_PLATFORMTHEME="qt5ct" -- cgit v1.2.3