fix(linux): upgrade configs

This commit is contained in:
Peter 2024-11-26 07:54:29 +01:00
parent 3fe76cec91
commit c8ca950eef
Signed by: prskr
GPG key ID: F56BED6903BC5E37
3 changed files with 14 additions and 11 deletions

View file

@ -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
}

View file

@ -60,6 +60,14 @@
"omnisharp": {
"initialization_options": {}
},
"gopls": {
"initialization_options": {
"gofumpt": true,
"usePlaceholders": true,
"staticcheck": true,
"vulncheck": "Imports"
}
},
"golangci-lint": {
"initialization_options": {
"command": [

View file

@ -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 }}