diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-11-28 12:16:49 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-11-28 12:16:49 +0100 |
commit | ece3d02e0a34d7a90d3e3d21fc426f4954ddfe86 (patch) | |
tree | e114feeaef3f6c981ba942e95b865ca86f869181 /project.conf | |
parent | 5cfca3e55a49e8656c987c1e8b15da3c4380d6ff (diff) |
Fix window not being fullscreen on multi monitor systems on cinnamon. Fix some applications getting minimized when opening the ui
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/project.conf b/project.conf index 22bbc78..acf3b2f 100644 --- a/project.conf +++ b/project.conf @@ -11,4 +11,6 @@ version = "c++17" ignore_dirs = ["build", "tools"] [dependencies] -xcomposite = ">=0"
\ No newline at end of file +xcomposite = ">=0" +xfixes = ">=0" +xi = ">=0"
\ No newline at end of file |