[gnome] Add auto rotate extensions

This commit is contained in:
2024-02-05 16:13:38 -05:00
parent 62531b0b5f
commit fb9f4f5824
7 changed files with 659 additions and 0 deletions

View File

@ -0,0 +1,17 @@
{
"_generated": "Generated by SweetTooth, do not edit",
"description": "Enable screen rotation regardless of touch mode. Fork of Screen Autorotate by Kosmospredanie.",
"gettext-domain": "gnome-shell-extension-screen-rotate",
"name": "Screen Rotate",
"session-modes": [
"unlock-dialog",
"user"
],
"settings-schema": "org.gnome.shell.extensions.screen-rotate",
"shell-version": [
"45"
],
"url": "https://github.com/shyzus/gnome-shell-extension-screen-autorotate",
"uuid": "screen-rotate@shyzus.github.io",
"version": 15
}