diff --git a/example/hyprland.conf b/example/hyprland.conf index 364188b3..1b25f751 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 df043149..f657d279 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