diff options
-rwxr-xr-x | x11/xinitrc | 2 | ||||
-rw-r--r-- | zsh/profile/zprofile.voidx250 | 2 | ||||
-rw-r--r-- | zsh/zprofile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/x11/xinitrc b/x11/xinitrc index edc9dbe..d147eb6 100755 --- a/x11/xinitrc +++ b/x11/xinitrc @@ -1,3 +1,3 @@ #!/bin/sh /home/timmy/.config/x11/rc & -xvsync && exec dbus-launch --exit-with-session timmywm +xvsync; exec dbus-launch --exit-with-session timmywm diff --git a/zsh/profile/zprofile.voidx250 b/zsh/profile/zprofile.voidx250 index 3e73aa1..d590c9e 100644 --- a/zsh/profile/zprofile.voidx250 +++ b/zsh/profile/zprofile.voidx250 @@ -1,6 +1,6 @@ #!/usr/bin/env zsh -export ZPLUGINS="/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" +export ZPLUGINS="/home/timmy/.local/share/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh" export XDG_DATA_DIRS="/var/lib/flatpak/exports/share:$XDG_DATA_DIRS" source /home/timmy/.config/zsh/zprofile diff --git a/zsh/zprofile b/zsh/zprofile index a138e90..ab2d1d9 100644 --- a/zsh/zprofile +++ b/zsh/zprofile @@ -7,7 +7,7 @@ export BROWSER="launch brave" # Clean up home directory export XDG_CACHE_HOME="$HOME/.cache" -export XAUTHORITY="$XDG_CACHE_HOME/x11/.Xauthority" +export XAUTHORITY="$XDG_CACHE_HOME/x11/Xauthority" export XDG_CONFIG_HOME="$HOME/.config" export GTK2_RC_FILES="$XDG_CONFIG_HOME"/gtk-2.0/gtkrc |