diff --git a/.gitignore b/.gitignore index cad3126..28a9a48 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ *plugged* private_dot_config/zsh/*histfile* -private_dot_config/zs/*zcompdump* \ No newline at end of file +private_dot_config/zsh/*zcompdump* diff --git a/private_dot_config/zsh/env b/private_dot_config/zsh/env index 054d0b8..231a547 100644 --- a/private_dot_config/zsh/env +++ b/private_dot_config/zsh/env @@ -26,6 +26,7 @@ export PROJECTS="$HOME/Documents/Projects" export PATH=$HOME/Documents/Projects/bin:$PATH export PATH=$HOME/home/linux/.local/bin:$PATH export PATH=$HOME/.local/bin:$PATH +#export PATH=$HOME/home/linux/.cargo/bin:$PATH # Default programs: export VISUAL="nvim" @@ -35,3 +36,4 @@ export BROWSER="firefox" # config for pfetch export PF_INFO="ascii os kernel uptime de wm shell editor palette" + diff --git a/private_dot_config/zsh/executable_dot_zshrc b/private_dot_config/zsh/executable_dot_zshrc index f59400c..b01f4c9 100644 --- a/private_dot_config/zsh/executable_dot_zshrc +++ b/private_dot_config/zsh/executable_dot_zshrc @@ -1,6 +1,10 @@ # If using i3 then use pywal and pywalfox if [[ $XDG_SESSION_DESKTOP == "sway" ]]; then -cat ~/.cache/wal/sequences + cat ~/.cache/wal/sequences +fi +# if using wayland allow native rendering +if [[ "$XDG_SESSION_TYPE" == "wayland" ]]; then + export MOZ_ENABLE_WAYLAND=1 fi # Lines configured by zsh-newuser-install