From 31e5fd4f44c5572f46318d8bb80166bb8c9edd3a Mon Sep 17 00:00:00 2001 From: agryphus Date: Mon, 14 Aug 2023 22:00:52 -0400 Subject: [PATCH] Added personal config --- .config/X11/xinitrc | 2 +- .config/zsh/.zshrc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/X11/xinitrc b/.config/X11/xinitrc index 32358bd..9e6fe05 100644 --- a/.config/X11/xinitrc +++ b/.config/X11/xinitrc @@ -1,6 +1,6 @@ xrandr --setprovideroutputsource modesetting NVIDIA-0 xrandr --auto -feh --bg-scale --no-fehbg ~/.config/wallpaper.jpg +feh --bg-scale --no-fehbg ~/.config/wallpaper xset r rate 300 50 picom -b sxhkd & diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index abe42bc..545ac47 100755 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -169,5 +169,6 @@ ZSH_HIGHLIGHT_STYLES[process-substitution]=none ZSH_HIGHLIGHT_STYLES[path_pathseparator]= ZSH_HIGHLIGHT_STYLES[path_prefix_pathseparator]= +source ~/.config/zsh/.zshpersonalrc source ~/.config/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh