diff --git a/example/hyprland.conf b/example/hyprland.conf index 364188b39..1b25f7515 100644 --- a/example/hyprland.conf +++ b/example/hyprland.conf @@ -19,6 +19,9 @@ monitor=,preferred,auto,auto # Source a file (multi-file configs) # source = ~/.config/hypr/myColors.conf +# Some default env vars. +env = XCURSOR_SIZE,24 + # For all categories, see https://wiki.hyprland.org/Configuring/Variables/ input { kb_layout = us diff --git a/src/config/defaultConfig.hpp b/src/config/defaultConfig.hpp index df043149b..f657d279b 100644 --- a/src/config/defaultConfig.hpp +++ b/src/config/defaultConfig.hpp @@ -28,6 +28,9 @@ monitor=,preferred,auto,auto # Source a file (multi-file configs) # source = ~/.config/hypr/myColors.conf +# Some default env vars. +env = XCURSOR_SIZE,24 + # For all categories, see https://wiki.hyprland.org/Configuring/Variables/ input { kb_layout = us