From bb626d366830da77e7190b6e9feb7a8c30b878fc Mon Sep 17 00:00:00 2001 From: jason Date: Tue, 21 May 2024 13:50:37 -0600 Subject: fix for pinentry-gnome3 --- sway/.config/sway/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sway') diff --git a/sway/.config/sway/config b/sway/.config/sway/config index 9e79a30..de61743 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -276,8 +276,10 @@ for_window [instance="sun-awt-X11-XWindowPeer"] border pixel 0 # Startup Apps exec [ ! "$(pidof pipewire)" ] && pipewire exec [ ! "$(pidof syncthing)" ] && syncthing serve +# Fix for "No Gcr prompter" with pinentry-gnome3 +exec dbus-update-activation-environment #exec mako # notifications #exec kanshi # autorandr -# include /etc/sway/config.d/* \ No newline at end of file +# include /etc/sway/config.d/* -- cgit v1.2.1