Fix window not being fullscreen on multi monitor systems on cinnamon. Fix some applications getting minimized when opening the ui

This commit is contained in:
dec05eba
2024-11-28 12:16:49 +01:00
parent 5cfca3e55a
commit ece3d02e0a
7 changed files with 371 additions and 50 deletions

View File

@@ -11,4 +11,6 @@ version = "c++17"
ignore_dirs = ["build", "tools"]
[dependencies]
xcomposite = ">=0"
xcomposite = ">=0"
xfixes = ">=0"
xi = ">=0"