-
When reloading the sway the wayshell does not appear, only on the second reload, is this expected? here is how the wayshell is configured in the sway config: |
Beta Was this translation helpful? Give feedback.
Answered by
Heus-Sueh
Jun 28, 2024
Replies: 1 comment 2 replies
-
No need to exec_always, just exec. If you want to reload way-shell often, consider systemd instead. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
giving just
exec way-shell
makes it not run on reload, justexec_always way-shell
works, but I found the solution:exec_always pkill way-shell && way-shell
my use-case would be this:
Kooha-2024-06-28-12-01-00.mp4