{"id":14008632,"url":"https://github.com/negesti/gnome-shell-extensions-negesti","last_synced_at":"2026-01-10T04:54:58.036Z","repository":{"id":2094663,"uuid":"2630573","full_name":"negesti/gnome-shell-extensions-negesti","owner":"negesti","description":"An gnome-shell extension that makes window movement a lot easier.","archived":false,"fork":false,"pushed_at":"2025-07-08T05:41:48.000Z","size":526,"stargazers_count":288,"open_issues_count":8,"forks_count":46,"subscribers_count":11,"default_branch":"develop","last_synced_at":"2025-07-14T14:32:03.022Z","etag":null,"topics":["gnome","javascript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/negesti.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2011-10-23T12:44:11.000Z","updated_at":"2025-06-01T10:31:36.000Z","dependencies_parsed_at":"2023-07-05T19:49:02.055Z","dependency_job_id":null,"html_url":"https://github.com/negesti/gnome-shell-extensions-negesti","commit_stats":{"total_commits":324,"total_committers":24,"mean_commits":13.5,"dds":0.2098765432098766,"last_synced_commit":"e60929e862ac9cc42606b0b804fb224d42ec1d63"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/negesti/gnome-shell-extensions-negesti","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/negesti%2Fgnome-shell-extensions-negesti","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/negesti%2Fgnome-shell-extensions-negesti/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/negesti%2Fgnome-shell-extensions-negesti/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/negesti%2Fgnome-shell-extensions-negesti/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/negesti","download_url":"https://codeload.github.com/negesti/gnome-shell-extensions-negesti/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/negesti%2Fgnome-shell-extensions-negesti/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266792710,"owners_count":23984793,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gnome","javascript"],"created_at":"2024-08-10T11:01:57.089Z","updated_at":"2026-01-10T04:54:57.996Z","avatar_url":"https://github.com/negesti.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"Put Window\n==========\n\n\nAn gnome-shell extension that makes window movement a lot easier.\n\n[![Friend of GNOME](http://www-old.gnome.org/friends/banners/friends-of-gnome.png)](http://www.gnome.org/friends/ \"Friend of GNOME\")\n\n## Installation\n\nAs you ended up here, I assume the installation from [extensions.gnome.org](https://extensions.gnome.org/extension/39/put-windows/) didn't work :)\n\nIf you want to contribute or go the 'git way' just clone this extension and link it to the .local extension folder. This way you can always update the extension using `git pull`.\n\n     ln -s \"PATH_TO_YOUR_CLONE\" ~/.local/share/gnome-shell/extensions/putWindow@clemens.lab21.org\n                    \n## Gnome Shell 46.0 \n\nChecke #208 for more details and current status\n\n## Configuration\n\nThe extension can be configured using the gnome prefs tool.\n* East/West widths, North/South heights  \n* Keybindings\n* Change width and height when moving to corner (Always, only height, only width)\n* Use multiple widths even if moving to other screen is possible\n* Move focus using the keyboard\n   * move-focus-north/east/south/west using super + i/l/k/j (default)\n* Application based config (hit the save button)\n\n\n## Multi screen setup support\n\nThe extension works well with mutliple screens.\n\nMoving windows from one screen to another is currently only possible in horizontal setup. e.g. a window that is a the left or right side of one screen, can be moved to the next screen using keyboard shortcuts.\n\n * Move to left screen: default binding: \u003cSuper\u003e \u003cShift\u003e Left \n * Move to right screen: default binding: \u003cSuper\u003e \u003cShift\u003e Right\n\nThe keyboard settings can be changed using the preferences.\n\n## Gnome Version \u003c= 44.0\n\nGnome 45 introduced breaking changes and the extension was not updated until \nv46 was released. As of now the application based config was removed with v46.0\nand the extension no longer requires Wnck.\n\n### Wayland \u0026 Wnck\n\nFor application based configuration the extension relies on the X11 library wnck.\n\n* Suse: `sudo zypper in libwnck-devel`\n* Arch: `pacman -S libwnck3`\n* Fedora:\n  * `sudo yum install libwnck3`\n  * `sudo dnf install libwnck3`\n* Debian/Ubuntu: `apt-get install gir1.2-wnck-3.0`\n\nBecause of this dependency and the different concepts of wayland and X11 to identify applications (wm_class vs. application_id) **Wayland is not supported**!\n\nAs wayland is no real alternative for me until global keyboard/mouse grab is supported, I don't plan to switch to wayland and will not actively work on wayland support.\n\nFor more details please check the associated issues\n* [Issue 109](https://github.com/negesti/gnome-shell-extensions-negesti/issues/109)\n* [Issue 124](https://github.com/negesti/gnome-shell-extensions-negesti/issues/124)\n\n\n\nContributors\n-------------\n * krlmr - Move to other display\n * 73 - Move focus \n * Anthony25 - gnome-shell 3.12 support\n * airtonix - gnome-shell 3.5 support\n * zara86 - gnome-shell 3.16 support\n * cleverlycoding - gnome-shell 3.18 support\n * wdoekes - cleanup, improve move to center\n * eddy-geek - gnome-shell 3.30 support \n\nLicense\n--------\nCopyright (c) 2011-2022 [negesti](https://github.com/negesti/)\n\nThis program is free software; you can redistribute it and/or\nmodify it under the terms of VERSION 3 of the GNU General Public\nLicense as published by the Free Software Foundation provided\nthat the above copyright notice is included.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\nGo to http://www.gnu.org/licenses/gpl-3.0.html to get a copy\nof the license (or check the licence file)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnegesti%2Fgnome-shell-extensions-negesti","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnegesti%2Fgnome-shell-extensions-negesti","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnegesti%2Fgnome-shell-extensions-negesti/lists"}