aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorTom Englund <[email protected]>2024-08-09 19:33:20 +0200
committerGitHub <[email protected]>2024-08-09 19:33:20 +0200
commit8b37e81374928856d8fd859b95a62c8bf4211901 (patch)
tree652ada086c38773b8616da8a7926ad7b5ab51dab /CMakeLists.txt
parentfd1d4e288edd586a3d5273cda053a51f5b14cad7 (diff)
downloadHyprland-8b37e81374928856d8fd859b95a62c8bf4211901.tar.gz
Hyprland-8b37e81374928856d8fd859b95a62c8bf4211901.zip
cursormgr: add a new setting to sync gsettings (#7253)
cursor:sync_gsettings_theme is set to default true and if enabled it will now sync xcursor theme loading with gsettings if it can, meaning CSD clients will now also change to the appropiate theme upon start and hyprctl setcursor THEME SIZE .
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cfbd431f..d8c45bbe 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -117,6 +117,7 @@ pkg_check_modules(
libliftoff
libudev
gbm
+ gio-2.0
hyprlang>=0.3.2
hyprcursor>=0.1.7
hyprutils>=0.2.1)