{"id":13495782,"url":"https://github.com/donovanglover/hyprnome","last_synced_at":"2025-04-05T03:06:41.749Z","repository":{"id":192486855,"uuid":"685125509","full_name":"donovanglover/hyprnome","owner":"donovanglover","description":"GNOME-like workspace switching in Hyprland.","archived":false,"fork":false,"pushed_at":"2025-01-30T10:02:04.000Z","size":363,"stargazers_count":169,"open_issues_count":10,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T02:03:55.503Z","etag":null,"topics":["gnome","hyprland","linux","rust"],"latest_commit_sha":null,"homepage":"https://donovan.is/hyprnome","language":"Rust","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/donovanglover.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-30T15:11:48.000Z","updated_at":"2025-03-15T15:55:51.000Z","dependencies_parsed_at":"2024-10-24T12:43:21.658Z","dependency_job_id":"38923183-06f1-4547-9fac-b07501a286a2","html_url":"https://github.com/donovanglover/hyprnome","commit_stats":{"total_commits":206,"total_committers":2,"mean_commits":103.0,"dds":"0.22330097087378642","last_synced_commit":"b7c213735de942c0a01ddb59460877e66a09bfc9"},"previous_names":["donovanglover/hyprnome"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donovanglover%2Fhyprnome","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donovanglover%2Fhyprnome/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donovanglover%2Fhyprnome/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donovanglover%2Fhyprnome/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/donovanglover","download_url":"https://codeload.github.com/donovanglover/hyprnome/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247280263,"owners_count":20912967,"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","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","hyprland","linux","rust"],"created_at":"2024-07-31T19:01:38.149Z","updated_at":"2025-04-05T03:06:41.728Z","avatar_url":"https://github.com/donovanglover.png","language":"Rust","funding_links":[],"categories":["Tools","Rust"],"sub_categories":["Workspace"],"readme":"# hyprnome\n\n[GNOME](https://www.gnome.org/)-like workspace switching in [Hyprland](https://hyprland.org/).\n\n## Features\n\n- Switch between workspaces without worrying about which numbered workspace you're on.\n- Reduce the amount of effort it takes to switch workspaces since you no longer have to reach for keys 3-9.\n- Use multiple monitors without worrying about which monitor a workspace is on.\n- **Difference between `m+1`**: Does not wrap and instead creates new workspaces when reaching the end.\n- **Difference between `r+1`**: Does not show an empty workspace if there's a non-empty workspace with a higher id.\n\n## Installation\n\nhyprnome has official support for NixOS, Arch Linux (AUR), and Fedora (Copr).\n\n[![Packaging status](https://repology.org/badge/vertical-allrepos/hyprnome.svg)](https://repology.org/project/hyprnome/versions)\n\n### [NixOS](https://wiki.nixos.org/wiki/Overview_of_the_NixOS_Linux_distribution) (Recommended)\n\nAdd [`hyprnome`](https://search.nixos.org/packages?channel=unstable\u0026query=hyprnome) to your `systemPackages` and rebuild.\n\n```nix\n{ pkgs, ... }:\n\n{\n  environment.systemPackages = with pkgs; [\n    hyprnome\n  ];\n}\n```\n\nAlternatively, use `nix run nixpkgs#hyprnome` to try hyprnome without installing it.\n\n### [Arch Linux](https://archlinux.org/) (AUR)\n\nUse an AUR helper like [yay](https://github.com/Jguer/yay) to install [`hyprnome`](https://aur.archlinux.org/packages/hyprnome).\n\n```fish\nyay hyprnome\n```\n\n### [Fedora](https://fedoraproject.org/) (Copr)\n\n[`hyprnome`](https://copr.fedorainfracloud.org/coprs/solopasha/hyprland/package/hyprnome) is available in the [solopasha/hyprland](https://copr.fedorainfracloud.org/coprs/solopasha/hyprland) Copr repository.\n\n```fish\nsudo dnf copr enable solopasha/hyprland \u0026\u0026 sudo dnf install hyprnome\n```\n\n### Other distributions\n\nFollow the [install guide](https://www.rust-lang.org/tools/install) for Rust. Then, use cargo to install hyprnome.\n\n```fish\ncargo install --git https://github.com/donovanglover/hyprnome --tag 0.3.1\n```\n\n## Usage\n\n```man\nUsage: hyprnome [OPTIONS]\n\nOptions:\n  -p, --previous      Go to the previous workspace instead of the next\n  -m, --move          Move the active window to the dispatched workspace\n  -n, --no-empty      Don't create empty workspaces in the given direction\n  -k, --keep-special  Don't auto-close special workspaces when switching workspaces\n  -c, --cycle         Cycle between workspaces instead of creating new ones\n  -v, --verbose       Print debugging information\n  -h, --help          Print help (see more with '--help')\n  -V, --version       Print version\n```\n\nExample `hyprland.conf`:\n\n```bash\nbind = SUPER, 1, exec, hyprnome --previous\nbind = SUPER, 2, exec, hyprnome\nbind = SUPER_SHIFT, 1, exec, hyprnome --previous --move\nbind = SUPER_SHIFT, 2, exec, hyprnome --move\n```\n\n## Contributing\n\nThis software should be bug-free, however contributions are welcome. Remember to write tests for any new functionality and ensure that all existing tests pass.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonovanglover%2Fhyprnome","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdonovanglover%2Fhyprnome","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonovanglover%2Fhyprnome/lists"}