From d537b74a6a5fafe232c7cccdd00111ae40bfc32e Mon Sep 17 00:00:00 2001 From: Alex Blank Date: Tue, 7 May 2024 10:30:28 +0200 Subject: [PATCH] added sudo alias --- .config/picom.conf##class.arch_work_desktop | 23 +++++++++++++++++++++ .zshrc | 1 + 2 files changed, 24 insertions(+) create mode 100644 .config/picom.conf##class.arch_work_desktop 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