From a2f5eac28c52be79a38808c63998e57e8fd83be1 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Sun, 10 Aug 2025 11:24:08 -0400 Subject: [PATCH] initial commit --- README.md | 1 + metadata.json | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 README.md create mode 100644 metadata.json diff --git a/README.md b/README.md new file mode 100644 index 0000000..3382a77 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +An extension to automatically rotate the screen when a window is fullscreened, useful for GNOME Shell Mobile. diff --git a/metadata.json b/metadata.json new file mode 100644 index 0000000..83f7623 --- /dev/null +++ b/metadata.json @@ -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"] +}