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