initial commit

This commit is contained in:
Henry Hiles 2025-08-10 11:24:08 -04:00
commit a2f5eac28c
No known key found for this signature in database
2 changed files with 9 additions and 0 deletions

1
README.md Normal file
View file

@ -0,0 +1 @@
An extension to automatically rotate the screen when a window is fullscreened, useful for GNOME Shell Mobile.

8
metadata.json Normal file
View file

@ -0,0 +1,8 @@
{
"name": "Auto Rotate",
"description": "An extension to automatically rotate the screen when a window is fullscreened, useful for GNOME Shell Mobile.",
"uuid": "auto-rotate@henryhiles.com",
"url": "https://git.federated.nexus/Henry-Hiles/auto-rotate",
"settings-schema": "org.gnome.shell.extensions.auto-rotate",
"shell-version": ["48"]
}