mirror of
https://github.com/swaywm/sway.git
synced 2024-11-25 17:31:28 +00:00
Remove hash
from the fix at GTK+ applications take 20 seconds to start
as it's a bash built in. It won't work for users of other shells like fish
parent
641a607ead
commit
03e2af485a
2
Home.md
2
Home.md
|
@ -525,7 +525,7 @@ This can be fixed by adding the following to your configuration file:
|
|||
|
||||
```sh
|
||||
exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
||||
exec hash dbus-update-activation-environment 2>/dev/null && \
|
||||
exec dbus-update-activation-environment 2>/dev/null && \
|
||||
dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue