new alias, picom test-change...

This commit is contained in:
Harri Lahtinen 2020-03-16 17:52:51 +02:00
parent 0e72128eb2
commit 03fbf5a4bf
2 changed files with 2 additions and 1 deletions

View File

@ -65,7 +65,7 @@ blur-kern = "7x7box";
blur-background-fixed = true;
blur-background-exclude = [
"window_type = 'dock'",
"window_type = 'desktop'",
#"window_type = 'desktop'",
"class_g = 'Chromium'",
];
opacity-rule = [

View File

@ -17,6 +17,7 @@ alias gcp='gcloud compute ssh instance-1'
alias blist='borg list ssh://borg@alpine0.home.hartzan.com:2222/backup/arch'
alias rollback='sudo pacback --snapback'
alias p10kup='git -C $ZSH_CUSTOM/themes/powerlevel10k pull'
alias contabo='ssh hate@164.68.120.85'
#Check the weather:
weath() { curl wttr.in/Hameenlinna ;}