diff options
| author | jason | 2024-05-21 15:49:37 -0600 |
|---|---|---|
| committer | jason | 2024-05-21 15:49:37 -0600 |
| commit | 8f4dab07e0213b345fbb8422fa1c5d7fc445b439 (patch) | |
| tree | 1ac6c05ebce9c10823a8d055b00e74836c67ffbb | |
| parent | e085dc6efc3411747307bf247f0184c9ee694754 (diff) | |
| download | dotfiles-8f4dab07e0213b345fbb8422fa1c5d7fc445b439.tar.gz dotfiles-8f4dab07e0213b345fbb8422fa1c5d7fc445b439.zip | |
sway: remove dupe note about gpg pinentry problem
| -rw-r--r-- | sway/.config/sway/config | 3 |
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 && \ |