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
|
rounding = 10
|
||||||
|
|
||||||
drop_shadow = yes
|
|
||||||
shadow_range = 4
|
|
||||||
shadow_render_power = 3
|
|
||||||
col.shadow = rgba(1a1a1aee)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
animations {
|
animations {
|
||||||
|
@ -83,7 +79,6 @@ master {
|
||||||
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
||||||
new_status = slave
|
new_status = slave
|
||||||
mfact = 0.40
|
mfact = 0.40
|
||||||
no_gaps_when_only = false
|
|
||||||
orientation = center
|
orientation = center
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -110,17 +105,17 @@ $mainMod = SUPER
|
||||||
|
|
||||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||||
bind = $mainMod, Return, exec, warp-terminal
|
bind = $mainMod, Return, exec, warp-terminal
|
||||||
bind = $mainMod, q, killactive,
|
bind = $mainMod, q, killactive,
|
||||||
bind = $mainMod, BackSpace, exit,
|
bind = $mainMod, BackSpace, exit,
|
||||||
bind = $mainMod, E, exec, thunar
|
bind = $mainMod, E, exec, thunar
|
||||||
bind = $mainMod, V, togglefloating,
|
bind = $mainMod, V, togglefloating,
|
||||||
bind = $mainMod, Space, exec, rofi -show drun
|
bind = $mainMod, Space, exec, rofi -show drun
|
||||||
bind = $mainMod SHIFT, P, exec, rofi-rbw
|
bind = $mainMod SHIFT, P, exec, rofi-rbw
|
||||||
bind = $mainMod, P, pseudo, # dwindle
|
bind = $mainMod, P, pseudo, # dwindle
|
||||||
bind = $mainMod, J, togglesplit, # dwindle
|
bind = $mainMod, J, togglesplit, # dwindle
|
||||||
bind = $mainMod, F, fullscreen
|
bind = $mainMod, F, fullscreen
|
||||||
bind = $mainMod, W, togglegroup
|
bind = $mainMod, W, togglegroup
|
||||||
bind = $mainMod SHIFT, W, moveoutofgroup
|
bind = $mainMod SHIFT, W, moveoutofgroup
|
||||||
bind = $mainMod, TAB, changegroupactive, f
|
bind = $mainMod, TAB, changegroupactive, f
|
||||||
bind = $mainMod SHIFT, TAB, changegroupactive, b
|
bind = $mainMod SHIFT, TAB, changegroupactive, b
|
||||||
bind = ALT,Tab,cyclenext,prev
|
bind = ALT,Tab,cyclenext,prev
|
||||||
|
|
|
@ -60,6 +60,14 @@
|
||||||
"omnisharp": {
|
"omnisharp": {
|
||||||
"initialization_options": {}
|
"initialization_options": {}
|
||||||
},
|
},
|
||||||
|
"gopls": {
|
||||||
|
"initialization_options": {
|
||||||
|
"gofumpt": true,
|
||||||
|
"usePlaceholders": true,
|
||||||
|
"staticcheck": true,
|
||||||
|
"vulncheck": "Imports"
|
||||||
|
}
|
||||||
|
},
|
||||||
"golangci-lint": {
|
"golangci-lint": {
|
||||||
"initialization_options": {
|
"initialization_options": {
|
||||||
"command": [
|
"command": [
|
||||||
|
|
|
@ -14,5 +14,5 @@ max-cache-ttl 120
|
||||||
{{- if eq .chezmoi.os "darwin" }}
|
{{- if eq .chezmoi.os "darwin" }}
|
||||||
pinentry-program /opt/homebrew/bin/pinentry-mac
|
pinentry-program /opt/homebrew/bin/pinentry-mac
|
||||||
{{- else if eq .chezmoi.os "linux" }}
|
{{- else if eq .chezmoi.os "linux" }}
|
||||||
pinentry-program /usr/bin/pinentry-qt5
|
pinentry-program /usr/bin/pinentry-rofi
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Reference in a new issue