From c8ca950eef30aec059e43744e0fcfc4a78f2adb1 Mon Sep 17 00:00:00 2001 From: Peter Kurfer Date: Tue, 26 Nov 2024 07:54:29 +0100 Subject: [PATCH] fix(linux): upgrade configs --- dot_config/hypr/hyprland.conf | 15 +++++---------- dot_config/zed/private_settings.json | 8 ++++++++ private_dot_gnupg/gpg-agent.conf.tmpl | 2 +- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/dot_config/hypr/hyprland.conf b/dot_config/hypr/hyprland.conf index 1e12592..252f577 100644 --- a/dot_config/hypr/hyprland.conf +++ b/dot_config/hypr/hyprland.conf @@ -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 } @@ -110,17 +105,17 @@ $mainMod = SUPER # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = $mainMod, Return, exec, warp-terminal -bind = $mainMod, q, killactive, -bind = $mainMod, BackSpace, exit, -bind = $mainMod, E, exec, thunar -bind = $mainMod, V, togglefloating, +bind = $mainMod, q, killactive, +bind = $mainMod, BackSpace, exit, +bind = $mainMod, E, exec, thunar +bind = $mainMod, V, togglefloating, bind = $mainMod, Space, exec, rofi -show drun bind = $mainMod SHIFT, P, exec, rofi-rbw bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, J, togglesplit, # dwindle bind = $mainMod, F, fullscreen bind = $mainMod, W, togglegroup -bind = $mainMod SHIFT, W, moveoutofgroup +bind = $mainMod SHIFT, W, moveoutofgroup bind = $mainMod, TAB, changegroupactive, f bind = $mainMod SHIFT, TAB, changegroupactive, b bind = ALT,Tab,cyclenext,prev diff --git a/dot_config/zed/private_settings.json b/dot_config/zed/private_settings.json index 3063608..eba80c1 100644 --- a/dot_config/zed/private_settings.json +++ b/dot_config/zed/private_settings.json @@ -60,6 +60,14 @@ "omnisharp": { "initialization_options": {} }, + "gopls": { + "initialization_options": { + "gofumpt": true, + "usePlaceholders": true, + "staticcheck": true, + "vulncheck": "Imports" + } + }, "golangci-lint": { "initialization_options": { "command": [ diff --git a/private_dot_gnupg/gpg-agent.conf.tmpl b/private_dot_gnupg/gpg-agent.conf.tmpl index ee24d8f..ec45204 100644 --- a/private_dot_gnupg/gpg-agent.conf.tmpl +++ b/private_dot_gnupg/gpg-agent.conf.tmpl @@ -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 }}