Autorotate

This commit is contained in:
Aleksandr Lebedev 2025-08-30 10:37:06 +02:00
parent 1e9fc1d9d5
commit 85cf0e7ca7
2 changed files with 103 additions and 66 deletions

View file

@ -352,7 +352,10 @@ in
onTabletModeDisable = [
{
name = "autorotate";
command = "systemctl --user stop autorotate-niri.service";
command = ''
systemctl --user stop autorotate-niri.service
niri msg output eDP-1 transform normal
'';
}
];
};