diff options
| author | adikro <adikro@disroot.org> | 2026-01-03 23:42:31 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-01-03 23:42:31 +0100 |
| commit | 2102af8ea0fe4cf31d431db160e9f4a7a6564601 (patch) | |
| tree | e885b87f6e556ff1d8c7247fbf3bfa8889d5557e /hm/env | |
| parent | 30271854a0f4513383a9633adba444a11bca66f4 (diff) | |
added opencl support for minecraft
Diffstat (limited to 'hm/env')
| -rw-r--r-- | hm/env/niri/niri.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/hm/env/niri/niri.nix b/hm/env/niri/niri.nix index e43ba86..f63c1fa 100644 --- a/hm/env/niri/niri.nix +++ b/hm/env/niri/niri.nix @@ -14,6 +14,7 @@ in }; programs.niri.settings = { + debug.disable-cursor-plane = []; binds = import ./binds.nix { inherit config lib pkgs; }; prefer-no-csd = true; @@ -51,10 +52,11 @@ in }; cursor = { hide-when-typing = true; - size = 8; - # theme = ""; + size = 48; + theme = "Hoshimi_Miyabi"; }; layout = { + # empty-workspace-above-first = true; border = { width = 2; # active = <decoration>; |
