non important commit

This commit is contained in:
Jiří Maxmilián Stříbrný 2026-03-19 09:33:00 +01:00
parent 6bedc86f33
commit 8445bae734

View file

@ -90,8 +90,8 @@
}; };
switch-events = { switch-events = {
"tablet-mode-on".action.spawn = ["wlr-randr" "--output" "eDP-1" "--rotate" "90"]; "tablet-mode-on".action.spawn = ["niri" "msg" "output" "eDP-1" "transform" "90"];
"tablet-mode-off".action.spawn = ["wlr-randr" "--output" "eDP-1" "--rotate" "normal"]; "tablet-mode-off".action.spawn = ["niri" "msg" "output" "eDP-1" "transform" "normal"];
}; };
layout = { layout = {