145818

Results 6 comments of 145818

Same here both on Artix Linux with qtile and Linux Mint Cinnamon, both of them X11. Doesn't happen in Firefox or when watching a film with just mpv.

Using Hyprland on Artix. Waybar v0.9.22 and Hyprland 0.29.1-1 installed from Artix repo (so built without systemd). Waybar crashes quite randomly, been going on for a few weeks or so,...

Temporary workaround is to start waybar like this: ``` sh #!/usr/bin/env bash until waybar; do echo "Waybar crashed with exit code $?. Respawning..." >&2 done ```

> @145818 Do you still have this issue? I'm using artix on my laptop and its working perfectly. For other reasons than this I switched to sway and is using...

> * playground: https://rust-lang.github.io/mdBook/format/mdbook.html#rust-playground > [output.html.playground] > runnable = false Thank you, did not know about this. Great it's built in the playground can be turned off from the book.toml!...

> * playground: https://rust-lang.github.io/mdBook/format/mdbook.html#rust-playground > [output.html.playground] > runnable = false Actually it doesn't work, opened up [bug case](https://github.com/rust-lang/mdBook/issues/2897).