From 8445bae73437fef5f1d35ca76228f2ca70a966a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Maxmili=C3=A1n=20St=C5=99=C3=ADbrn=C3=BD?= Date: Thu, 19 Mar 2026 09:33:00 +0100 Subject: [PATCH] non important commit --- home/modules/niri.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/modules/niri.nix b/home/modules/niri.nix index 2d5972e..f4301e8 100644 --- a/home/modules/niri.nix +++ b/home/modules/niri.nix @@ -90,8 +90,8 @@ }; switch-events = { - "tablet-mode-on".action.spawn = ["wlr-randr" "--output" "eDP-1" "--rotate" "90"]; - "tablet-mode-off".action.spawn = ["wlr-randr" "--output" "eDP-1" "--rotate" "normal"]; + "tablet-mode-on".action.spawn = ["niri" "msg" "output" "eDP-1" "transform" "90"]; + "tablet-mode-off".action.spawn = ["niri" "msg" "output" "eDP-1" "transform" "normal"]; }; layout = {