From 1aba1abcb74db6d68edf6b245b48f493363c2e20 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Tue, 11 Jun 2024 07:52:39 +1200 Subject: [PATCH] sway: add gpg config --- .config/sway/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/sway/config b/.config/sway/config index 9325bd1..3894a5b 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -4,6 +4,7 @@ exec kwalletd5 exec mako exec pipewire exec wireplumber +exec gpg-agent ### Variables @@ -89,6 +90,9 @@ bindsym $mod+f5 exec brightnessctl set 5%+ # Lock bindsym $mod+Mod1+l exec swaylock +# Unlock GPG key +bindsym $mod+Mod1+u exec gpgunlock + # Drag floating windows by holding down $mod and left mouse button. # Resize them with right mouse button + $mod. # Despite the name, also works for non-floating windows.