gitacrobat
Results
2
comments of
gitacrobat
Same problem here OBS 29.0.0-1 Python 3.10.9 Arch Linux Xmonad Window Manager This script ``` import pywinctl print(pywinctl.getAllScreens()) print (" ") print(pywinctl.getAllWindows()) ``` returns ``` {'DisplayPort-1': {'id': 24, 'is_primary': True,...
> I was having the same issue, running Fedora 37 with Sway. I've made an update to the script to now accept Pipewire sources, which can be found at this...