

I think in kde you can right click on the icon in the taskbar and choose ‘show above other windows’ or something similar.


I think in kde you can right click on the icon in the taskbar and choose ‘show above other windows’ or something similar.
As former QA I also agree with this chart.


If you don’t shy away from python, I just use the requests library most of the time:
homeserver_url = “XXX”
access_token = “XXX”
room_id = “!XXX”
url = f{homeserver_url}/_matrix/client/r0/rooms/{room_id}/send/m.room.message"
headers = {“Authorization”: f"Bearer {access_token}",“Content-Type”: “application/json”,}
data = “msgtype”: “m.text”,“body”: “Question of the day!”,}
response = requests.post(url, headers=headers, data=json.dumps(data))
Alternatively I also have a bot I use in NodeRed connected to Home Assistant.
Double Alternatively, I’ve used AppRise successfully within various tools like ChangeDetection to notify me via matrix.
I love it. Connected to snapper tools and it’s saved me several times. I can boot to any snapshot in grub, and it’s been way more reliable than Window’s Restore Points ever have been.