You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It returns
File "/home/XXXXX/Aplicaciones/miniconda3/lib/python3.9/site-packages/i3ipc/connection.py", line 375, in on
event = event.replace('-', '_')
AttributeError: type object 'WindowEvent' has no attribute 'replace'
I tried to comment the line no. 375 but similar errors still remains.
Is this a bug or I am doing something wrong?
Thanks!
Note: The same happens for WorkspaceEvent
sway version 1.5.1
Fedora 34
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to automatically perform font size changes in the terminal when its window is anyhow resized. I get AtributeError with this short code
It returns
File "/home/XXXXX/Aplicaciones/miniconda3/lib/python3.9/site-packages/i3ipc/connection.py", line 375, in on
event = event.replace('-', '_')
AttributeError: type object 'WindowEvent' has no attribute 'replace'
I tried to comment the line no. 375 but similar errors still remains.
Is this a bug or I am doing something wrong?
Thanks!
Note: The same happens for WorkspaceEvent
sway version 1.5.1
Fedora 34
The text was updated successfully, but these errors were encountered: