diff options
| author | Zach DeCook <zachdecook@librem.one> | 2026-04-24 06:57:10 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2026-04-24 06:57:10 -0400 |
| commit | 237da97819be61b4db6df2fe8e393fa3382f7991 (patch) | |
| tree | 9e5c2561772f74d221f7a038b09bab9cf15dddc0 /.config/hypr/hyprland.conf | |
| parent | f304efa8681ed8ee7109009730efa08d06eba025 (diff) | |
| download | dotfiles-237da97819be61b4db6df2fe8e393fa3382f7991.tar.gz | |
Use Monoid for better display on lower-res screens
Diffstat (limited to '.config/hypr/hyprland.conf')
| -rw-r--r-- | .config/hypr/hyprland.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index a00fe6c..1877cdc 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -49,9 +49,9 @@ exec-once = openrc -U gui # See https://wiki.hypr.land/Configuring/Environment-variables/ -env = XCURSOR_SIZE,24 -env = HYPRCURSOR_SIZE,24 - +env = XCURSOR_SIZE,33 +env = HYPRCURSOR_SIZE,33 +# hyprctl setcursor rose-pine-hyprcursor 33 ################### ### PERMISSIONS ### |
