non important commit

This commit is contained in:
Jiří Maxmilián Stříbrný 2026-03-19 09:23:30 +01:00
parent f3a0b11386
commit 277a41c787

View file

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