diff --git a/home/modules/niri.nix b/home/modules/niri.nix index e111a7f..2d5972e 100644 --- a/home/modules/niri.nix +++ b/home/modules/niri.nix @@ -90,7 +90,7 @@ }; switch-events = { - "tablet-mode-on".action.spawn = ["wlr-randr" "--output eDP-1" "--rotate" "90"]; + "tablet-mode-on".action.spawn = ["wlr-randr" "--output" "eDP-1" "--rotate" "90"]; "tablet-mode-off".action.spawn = ["wlr-randr" "--output" "eDP-1" "--rotate" "normal"]; };