diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-03-05 10:54:52 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-03-05 10:54:52 +0100 |
| commit | ab72e2906d3b101d297f6b3750ed4acd37ee8344 (patch) | |
| tree | ba2149b1a62de751f33df99c2e71d89aa5c9402f /home-modules | |
| parent | bdb6c4b4f76b5169021864a7116e6f70159aaf5e (diff) | |
Fix some hyprland and add cuda substituter.
Diffstat (limited to 'home-modules')
| -rw-r--r-- | home-modules/desktop/hyprland.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home-modules/desktop/hyprland.nix b/home-modules/desktop/hyprland.nix index 164282e..5593542 100644 --- a/home-modules/desktop/hyprland.nix +++ b/home-modules/desktop/hyprland.nix @@ -243,8 +243,8 @@ with lib; " ,XF86MonBrightnessDown, exec, brightnessctl -e4 -n2 set 5%-" ]; - windowrulev2 = [ - "suppressevent maximize, class:.*" # You'll probably like this. + windowrule = [ + "match:class .*, suppress_event maximize" # You'll probably like this. ]; source = [ |
