fix(linux): upgrade configs
This commit is contained in:
parent
3fe76cec91
commit
c8ca950eef
3 changed files with 14 additions and 11 deletions
|
@ -53,10 +53,6 @@ decoration {
|
|||
|
||||
rounding = 10
|
||||
|
||||
drop_shadow = yes
|
||||
shadow_range = 4
|
||||
shadow_render_power = 3
|
||||
col.shadow = rgba(1a1a1aee)
|
||||
}
|
||||
|
||||
animations {
|
||||
|
@ -83,7 +79,6 @@ master {
|
|||
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
||||
new_status = slave
|
||||
mfact = 0.40
|
||||
no_gaps_when_only = false
|
||||
orientation = center
|
||||
}
|
||||
|
||||
|
|
|
@ -60,6 +60,14 @@
|
|||
"omnisharp": {
|
||||
"initialization_options": {}
|
||||
},
|
||||
"gopls": {
|
||||
"initialization_options": {
|
||||
"gofumpt": true,
|
||||
"usePlaceholders": true,
|
||||
"staticcheck": true,
|
||||
"vulncheck": "Imports"
|
||||
}
|
||||
},
|
||||
"golangci-lint": {
|
||||
"initialization_options": {
|
||||
"command": [
|
||||
|
|
|
@ -14,5 +14,5 @@ max-cache-ttl 120
|
|||
{{- if eq .chezmoi.os "darwin" }}
|
||||
pinentry-program /opt/homebrew/bin/pinentry-mac
|
||||
{{- else if eq .chezmoi.os "linux" }}
|
||||
pinentry-program /usr/bin/pinentry-qt5
|
||||
pinentry-program /usr/bin/pinentry-rofi
|
||||
{{- end }}
|
||||
|
|
Loading…
Reference in a new issue