near Koblenz, Germany
Free software hacker, Emacs addict, hobbyist beekeeper and chicken farmer
Comment by ~tsdh on ~tsdh/swayr
I've released swayr-0.27.4 which uses the new version of
swayipc-types
where the bug is fixed.
REPORTED
RESOLVED CLOSEDComment by ~tsdh on ~tsdh/swayr
The bug on the other side has been fixed, so I only have to wait for a new release of the swayipc-types crate.
Comment by ~tsdh on ~tsdh/swayr
Ok, the problem is that the new version 1.3.1 of the
swayipc-types
crate doesn't return floating nodes inNode::iter()
. I've created a bug report there (https://github.com/JayceFayne/swayipc-rs/issues/53) to check if that's intended or a bug.
Comment by ~tsdh on ~tsdh/swayr
Oh, sorry, I got confused by another foot window and the fact that
swayr get-windows-as-json
also seems to ignore floating windows (which isn't expected, too).
Comment by ~tsdh on ~tsdh/swayr
RESOLVED CLOSED
REPORTEDComment by ~tsdh on ~tsdh/swayr
Hi there, you have discovered a bug but not in swayr but foot. Check
swayr get-windows-as-json
orswaymsg -t -r get_tree
and you will see that the foot window still has"app_id": "foot"
and not "test". So it seems that foot's--app-id
option has stopped working.
REPORTED
RESOLVED CLOSEDComment by ~tsdh on ~tsdh/swayr
Do you mean
wpctl
? If so, that looks like it could do the job in a similar way aspactl
. I'd certainly be interested in a module.
Comment by ~tsdh on ~tsdh/swayr
I actually use pipewire myself but the
pactl
andpavucontrol
utilities seem to work in that scenario, too, maybe because I havepipewire-pulse
installed. So since nothing was broken, I didn't investigate further and only learned aboutpw-cli
from your report just now. It looks much more complicated, though. From a quick look at its options and the man page, I don't see how one could adjust the volume using it... And searching the web suggests one should usepw-volume
for that task. But that's a 3rd-party project which doesn't seem to be widely available, e.g., on Arch Linux it's not in the official package repositories but only in the AUR.I certainly wouldn't object to having a native pipewire module so feel free to go ahead if you know how to do volume changes and muting using pipewire.
Comment by ~tsdh on ~tsdh/highlight-parentheses.el
Thanks! I'll make a new ELPA release then. :-)