From 277a41c78719b4242091204c932d608f40848754 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:23:30 +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 96618ff..e111a7f 100644 --- a/home/modules/niri.nix +++ b/home/modules/niri.nix @@ -90,8 +90,8 @@ }; switch-events = { - "tablet-mode-on".action.spawn = ["bash" "-c" "wlr-randr --output eDP-1 --rotate 90"]; - "tablet-mode-off".action.spawn = ["bash" "-c" "wlr-randr --output eDP-1 --rotate normal"]; + "tablet-mode-on".action.spawn = ["wlr-randr" "--output eDP-1" "--rotate" "90"]; + "tablet-mode-off".action.spawn = ["wlr-randr" "--output" "eDP-1" "--rotate" "normal"]; }; layout = {