diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-01-08 08:16:42 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-01-08 08:16:42 +0100 |
commit | 1e7ea97f8e7387dde7b1d919521e3a953ca7656c (patch) | |
tree | e60fb514c28d44886c8a68eada955e8774c88858 | |
parent | 10af371a2348148c91d034b08eeec07694027238 (diff) | |
download | nixos-1e7ea97f8e7387dde7b1d919521e3a953ca7656c.tar nixos-1e7ea97f8e7387dde7b1d919521e3a953ca7656c.tar.gz nixos-1e7ea97f8e7387dde7b1d919521e3a953ca7656c.tar.bz2 nixos-1e7ea97f8e7387dde7b1d919521e3a953ca7656c.tar.xz nixos-1e7ea97f8e7387dde7b1d919521e3a953ca7656c.zip |
...flakes
-rw-r--r-- | accounts/gkleen@sif/hyprland.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/hyprland.nix b/accounts/gkleen@sif/hyprland.nix index cc7472ea..90ae689a 100644 --- a/accounts/gkleen@sif/hyprland.nix +++ b/accounts/gkleen@sif/hyprland.nix | |||
@@ -83,7 +83,7 @@ in { | |||
83 | cursor = { | 83 | cursor = { |
84 | use_cpu_buffer = true; | 84 | use_cpu_buffer = true; |
85 | hide_on_key_press = true; | 85 | hide_on_key_press = true; |
86 | no_hardware_cursors = 0; | 86 | # no_hardware_cursors = 0; |
87 | }; | 87 | }; |
88 | 88 | ||
89 | input = { | 89 | input = { |