Updated config
This commit is contained in:
parent
8c1ac7bf90
commit
7dc88dea9c
@ -9,6 +9,7 @@ alias gs "git status"
|
|||||||
# Go
|
# Go
|
||||||
alias gb "go build -v"
|
alias gb "go build -v"
|
||||||
alias gt "go test -v"
|
alias gt "go test -v"
|
||||||
|
alias gts "gotestsum"
|
||||||
|
|
||||||
# Home
|
# Home
|
||||||
alias home "git --git-dir=$HOME/.home/ --work-tree=$HOME"
|
alias home "git --git-dir=$HOME/.home/ --work-tree=$HOME"
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
animations {
|
|
||||||
enabled = no
|
|
||||||
|
|
||||||
# bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
|
||||||
#
|
|
||||||
# animation = windows, 1, 2, myBezier
|
|
||||||
# animation = windowsOut, 1, 2, default, popin 80%
|
|
||||||
# animation = border, 1, 5, default
|
|
||||||
# animation = borderangle, 1, 3, default
|
|
||||||
# animation = fade, 1, 2, default
|
|
||||||
# animation = workspaces, 1, 1, default
|
|
||||||
}
|
|
@ -12,7 +12,12 @@ decoration {
|
|||||||
}
|
}
|
||||||
|
|
||||||
animations {
|
animations {
|
||||||
enabled = false
|
animation = border, 0
|
||||||
|
animation = borderangle, 0
|
||||||
|
animation = workspaces, 0
|
||||||
|
animation = fade, 1, 1.5, default
|
||||||
|
animation = windows, 1, 1.5, default
|
||||||
|
animation = windowsOut, 1, 1.5, default, popin 80%
|
||||||
}
|
}
|
||||||
|
|
||||||
dwindle {
|
dwindle {
|
||||||
|
Loading…
Reference in New Issue
Block a user