Scott Hansen
Scott Hansen
Minimal test: ```yaml action: chime_tts.say target: entity_id: - media_player.nestaudio2699 data: tts_platform: cloud_say message: Hello world! announce: true ``` If no media is playing (specifically Spotify), then the speaker correctly announces...
I'm not coming up with anything obvious other than the `deref` and IO examples you two listed already. I also agree that getting too aggressive about catching too many exceptions...
Hmm, that's an odd failure! Sorry you were having issues! It appears you basically want to skip all of the blutoothctl commands to prevent the crash? Did you have bluetoothctl...
Sorry, I am unable to replicate this at all! Without any reports from other users, we might have to chalk this up to something odd about your particular system. You...
Are you still having this problem? I noticed that someone is having this issue with `bluetoothctl` on Hyprland in #150. I'm running Sway 1.10 on NixOS and don't see this,...
I'm going to close this for now. Will reopen if others report the same issue. I'm glad you were able to create a workaround!
Although question: are you by chance running Sway using uwsm? If so, then this is directly related to #150.
You can add `--dmenu` to your `dmenu_command` configuration, for example (see README): `dmenu_command = wofi --dmenu` I would like to make nmdm a bit smarter and generalize support for each...
I (finally) added in the appropriate dmenu flags by default for all supported launchers. Thanks!
Thanks for the interest! Even though I use it every day, I haven't made time to do any profiling as to where the significant delay is. I'd be happy for...