wispl
wispl
Kind of, it has been a while so I have to see if the changes even work now.
I added a new method (getPlaylistId) to StreamInfoItem. This PR introduces an useful value for the playlistId only for youtube music searches which is the browseId.
A better idea might be to replace the playlistId with the url of the playlist?
Just hit this as well. Tracing the commit leads to https://github.com/YaLTeR/niri/pull/52 which cites gnome-session as the inspiration. gnome-session is not usually meant to be called from the TTY, which is...
To verify .profile does indeed get sourced by the command, you can run a minimal test. In .profile, ``` echo "hi!" ``` then in test.sh ``` #!/bin/sh exec bash -c...