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