diff --git a/.config/picom.conf##class.arch_work_desktop b/.config/picom.conf##class.arch_work_desktop new file mode 100644 index 0000000..ed3d43f --- /dev/null +++ b/.config/picom.conf##class.arch_work_desktop @@ -0,0 +1,23 @@ + +# Shadow +shadow = false; + +# Opacity +inactive-opacity = 1; +active-opacity = 1; +frame-opacity = 1; +inactive-dim = 0.0; + +# Blur +blur-background = false; + +# Fading +fading = false; +fade-delta = 5; +fade-in-step = 0.03; +fade-out-step = 0.03; +no-fading-openclose = true; + +# Backend +backend = "glx"; +vsync = true; diff --git a/.zshrc b/.zshrc index 7cd95b8..2527895 100644 --- a/.zshrc +++ b/.zshrc @@ -150,6 +150,7 @@ bindkey '^[[3~' delete-char powerline-config tmux setup alias vim=nvim +alias sudo='sudo ' # add the custom functions from the .custom_functions file custom_func_dir=$HOME/.scripts