Updating aliases, updating picom
This commit is contained in:
parent
82b155ce80
commit
5a1caae25c
5
bashrc
5
bashrc
|
@ -10,6 +10,9 @@ export QT_QPA_PLATFORMTHEME=kvantum
|
|||
export VIMINIT="source $HOME/.config/vim/vimrc"
|
||||
export WORKON_HOME=~/.local/virtualenvs
|
||||
|
||||
# Sources
|
||||
source /usr/bin/virtualenvwrapper.sh
|
||||
|
||||
# Functions
|
||||
dfa() {
|
||||
echo "dumbfuck alert"
|
||||
|
@ -31,6 +34,8 @@ ip_check() {
|
|||
curl wgetip.net/n
|
||||
}
|
||||
# Aliases
|
||||
alias reboot="doas reboot"
|
||||
alias shutdown="doas shutdown -h now"
|
||||
alias sudo=dfa
|
||||
alias scrot="$HOME/.local/bin/scrot.sh $@"
|
||||
alias vpn=vpn
|
||||
|
|
|
@ -2,7 +2,7 @@ backend = "glx";
|
|||
vsync = true;
|
||||
use-damage = true;
|
||||
|
||||
unredir-if-possible = true;
|
||||
unredir-if-possible = false; # Fixes flickering
|
||||
glx-no-stencil = true;
|
||||
# glx-copy-from-front = false;
|
||||
# glx-use-damage = false;
|
||||
|
@ -20,8 +20,8 @@ shadow-exclude = [
|
|||
"name *= 'tint2'",
|
||||
"name *= 'picom'",
|
||||
"name *= 'scrot'",
|
||||
"name *= 'Vivaldi'",
|
||||
"class_g = 'vlc'"
|
||||
"name *= 'VLC'",
|
||||
"class_g = 'Firefox' && argb"
|
||||
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue