aboutsummaryrefslogtreecommitdiffstats
path: root/sway
diff options
context:
space:
mode:
authorjason2024-05-21 13:50:37 -0600
committerjason2024-05-21 13:50:37 -0600
commitbb626d366830da77e7190b6e9feb7a8c30b878fc (patch)
treeeb8e5336b15e3bbbab4942e99e094aff40b848bf /sway
parenta55f384e31528309d4733324e317f402febff204 (diff)
downloaddotfiles-bb626d366830da77e7190b6e9feb7a8c30b878fc.tar.gz
dotfiles-bb626d366830da77e7190b6e9feb7a8c30b878fc.zip
fix for pinentry-gnome3
Diffstat (limited to 'sway')
-rw-r--r--sway/.config/sway/config4
1 files changed, 3 insertions, 1 deletions
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
276# Startup Apps 276# Startup Apps
277exec [ ! "$(pidof pipewire)" ] && pipewire 277exec [ ! "$(pidof pipewire)" ] && pipewire
278exec [ ! "$(pidof syncthing)" ] && syncthing serve 278exec [ ! "$(pidof syncthing)" ] && syncthing serve
279# Fix for "No Gcr prompter" with pinentry-gnome3
280exec dbus-update-activation-environment
279 281
280#exec mako # notifications 282#exec mako # notifications
281#exec kanshi # autorandr 283#exec kanshi # autorandr
282 284
283# include /etc/sway/config.d/* \ No newline at end of file 285# include /etc/sway/config.d/*