aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2024-05-21 15:49:37 -0600
committerjason2024-05-21 15:49:37 -0600
commit8f4dab07e0213b345fbb8422fa1c5d7fc445b439 (patch)
tree1ac6c05ebce9c10823a8d055b00e74836c67ffbb
parente085dc6efc3411747307bf247f0184c9ee694754 (diff)
downloaddotfiles-8f4dab07e0213b345fbb8422fa1c5d7fc445b439.tar.gz
dotfiles-8f4dab07e0213b345fbb8422fa1c5d7fc445b439.zip
sway: remove dupe note about gpg pinentry problem
-rw-r--r--sway/.config/sway/config3
1 files changed, 0 insertions, 3 deletions
diff --git a/sway/.config/sway/config b/sway/.config/sway/config
index de61743..89ed9e0 100644
--- a/sway/.config/sway/config
+++ b/sway/.config/sway/config
@@ -264,9 +264,6 @@ for_window [instance="sun-awt-X11-XWindowPeer"] border pixel 0
264# fixed in Firefox. 264# fixed in Firefox.
265# for_window [title="\ -\ Sharing\ Indicator$"] floating enable, sticky enable 265# for_window [title="\ -\ Sharing\ Indicator$"] floating enable, sticky enable
266 266
267# Fix issue with GPG pinentry
268# exec_always dbus-update-activation-environment DISPLAY XAUTHORITY
269
270# Fix slow loading GTK+ apps, waybar, and GPG pinentry 267# Fix slow loading GTK+ apps, waybar, and GPG pinentry
271# exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK 268# exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK
272# exec hash dbus-update-activation-environment 2>/dev/null && \ 269# exec hash dbus-update-activation-environment 2>/dev/null && \