non important commit

This commit is contained in:
Jiří Maxmilián Stříbrný 2026-03-19 09:13:49 +01:00
parent f15544e6c1
commit b626598ba2

View file

@ -90,8 +90,8 @@
}; };
switch-events = { switch-events = {
"tablet-mode-on".action.spawn = ["bash" "-c" "wlr-randr --output eDP-1 --rotate 90 && gsettings set org.gnome.desktop.a11y.applications screen-keyboard-enabled true"]; "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 && gsettings set org.gnome.desktop.a11y.applications screen-keyboard-enabled false"]; "tablet-mode-off".action.spawn = ["bash" "-c" "wlr-randr --output eDP-1 --rotate normal"];
}; };
layout = { layout = {