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
The wayland implementation seems to load a plasma widget?! The widget uses the TasksManager.TasksModel to monitor the active window, it sends the activeWindow value to PlasmaHUD via a new dbus method. I'd personally prefer a python solution, but I'm not sure how to connect to the wayland server in python either so I understand this hacky workaround.
There's also a kwin script which sets the client.skipTaskbar and client.keepAbove window flags on the rofi window.
There's also some SIGTERM handling added to unload the KWin Script.
The Rofi Theme generation would be very useful to keep the ~/.config/plasmahudrc backwards compatible with the previous coloring to solve Issue #43.
Mildly related, mate-hud pushed a commit mentioning /davatorium/rofi/issues/446 which talks about wayland.
The text was updated successfully, but these errors were encountered:
Zren
changed the title
uszie forks follows XDG_CONFIG, generates a rofi theme, follows forceFontDPI, wayland implementation
uszie's fork follows XDG_CONFIG, generates a rofi theme, follows forceFontDPI, wayland implementation
Jan 30, 2022
master...uszie:master
The wayland implementation seems to load a plasma widget?! The widget uses the
TasksManager.TasksModel
to monitor the active window, it sends the activeWindow value to PlasmaHUD via a new dbus method. I'd personally prefer a python solution, but I'm not sure how to connect to the wayland server in python either so I understand this hacky workaround.There's also a kwin script which sets the
client.skipTaskbar
andclient.keepAbove
window flags on the rofi window.There's also some
SIGTERM
handling added to unload the KWin Script.The Rofi Theme generation would be very useful to keep the
~/.config/plasmahudrc
backwards compatible with the previous coloring to solve Issue #43.Mildly related, mate-hud pushed a commit mentioning
/davatorium/rofi/issues/446
which talks about wayland.The text was updated successfully, but these errors were encountered: