new alias, picom test-change...
This commit is contained in:
parent
0e72128eb2
commit
03fbf5a4bf
|
|
@ -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 = [
|
||||
|
|
|
|||
|
|
@ -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 ;}
|
||||
|
|
|
|||
Loading…
Reference in New Issue