non important commit

This commit is contained in:
Jiří Maxmilián Stříbrný 2026-03-19 09:27:56 +01:00
parent 277a41c787
commit 6bedc86f33

View file

@ -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"];
};