Hyprland: fix background of ui not rendering, if waybar is running and it's running in dock mode

This commit is contained in:
dec05eba
2025-06-04 22:13:15 +02:00
parent d72ce588fb
commit 575592a12d
3 changed files with 36 additions and 3 deletions

4
TODO
View File

@@ -183,3 +183,7 @@ Support freetype for text rendering. Maybe load freetype as runtime (with dlopen
Show .webm container option. It's currently chosen automatically if vp8/vp9 is chosen. The available containers should automatically switch depending on the video codec.
In settings show audio levels for each audio. Maybe show audio level image beside the audio name in the dropdown box and switch to a different image (have 3-4 different images for each level) depending on the volume.
Only use fake cursor on wayland if the focused x11 window is fullscreen.
Create window as a real overlay window, using layer shell protocol, when possible. This will however minimize windows on floating wms. Check if this can be fixed somehow, or only use layer shell in tiling wms.