Compare commits
No commits in common. "20ab00736ce9ac53f5d1042a3fafe94dadce42b5" and "5eda785ca0ff33e959c19d6462e5dfae93f3112d" have entirely different histories.
20ab00736c
...
5eda785ca0
|
@ -16,9 +16,8 @@ alias 'd=docker'
|
|||
|
||||
## docker-compose
|
||||
alias 'dc=docker-compose'
|
||||
alias 'dcu=docker-compose up --detach --build && docker-compose logs --follow'
|
||||
alias 'dcu=docker-compose up --detach --build'
|
||||
alias 'dcb=docker-compose build'
|
||||
|
||||
alias 'dcd=docker-compose down'
|
||||
alias 'dcl=docker-compose logs'
|
||||
|
||||
|
@ -78,3 +77,5 @@ end
|
|||
# ! exists -s VIMRUNTIME
|
||||
# exec tmux
|
||||
# end
|
||||
|
||||
export IFTTT_API_KEY="cLqOLvCxg3xD_dAx52J2G1"
|
||||
|
|
|
@ -126,9 +126,9 @@ blur-background-exclude = [
|
|||
];
|
||||
blur:
|
||||
{
|
||||
method = "dual_kawase";
|
||||
strength = 5;
|
||||
}
|
||||
method = "dual_kawase";
|
||||
strength = 5;
|
||||
};
|
||||
|
||||
#################################
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue