Skip to content

Commit

Permalink
Add GNOME 47 support
Browse files Browse the repository at this point in the history
  • Loading branch information
uosyph committed Oct 27, 2024
1 parent 7d000ed commit 6945582
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ One-click install via the official [Gnome Shell Extensions](https://extensions.g

### Manual Install

- Download the [latest release](https://github.com/yousafesaeed/window-on-top/releases).
- Download the [latest release](https://github.com/uosyph/window-on-top/releases).
- Extract the downloaded file into the extensions directory `unzip window-on-top.zip -d ~/.local/share/gnome-shell/extensions/`.
- Reload the Gnome Shell by pressing `ALT+F2` and entering `r`.
- Reload the Gnome Shell by pressing `ALT+F2` and entering `r` (You have to logout and log back in, in case of using Wayland).
- Activate the extension using the Extensions app or a similar extension management tool.
9 changes: 5 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"uuid": "[email protected]",
"name": "Window on Top",
"description": "Simple top panel toggle for activating Always on Top for windows.",
"version": 3,
"description": "Simple top panel button for toggling Always on Top for windows.",
"version": 5,
"shell-version": [
"45",
"46"
"46",
"47"
],
"url": "https://github.com/yousafesaeed/window-on-top"
"url": "https://github.com/uosyph/window-on-top"
}

0 comments on commit 6945582

Please sign in to comment.