diff options
| author | Robby Zambito <contact@robbyzambito.me> | 2026-03-08 18:55:07 -0400 |
|---|---|---|
| committer | Robby Zambito <contact@robbyzambito.me> | 2026-04-04 20:49:32 -0400 |
| commit | d239e848c217f66c3c699d672c17c40bfc8b28fb (patch) | |
| tree | 2cbe0bacb7a663e41ba0c19865dc49f8d4435a8c | |
| parent | b57df3d874955ba705b4836d1b9ccf8d6d885f42 (diff) | |
fix opening links in firefox
| -rw-r--r-- | config/sway.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/sway.scm b/config/sway.scm index f9cd0df..0a00eaa 100644 --- a/config/sway.scm +++ b/config/sway.scm @@ -172,6 +172,7 @@ ;; TODO REMOVE (exec "hash dbus-update-activation-environment 2>/dev/null") (exec_always "dbus-update-activation-environment --all") + (exec "dbus-update-activation-environment DISPLAY MOZ_DBUS_REMOTE") ;;; Styling |
