{"id":13495744,"url":"https://github.com/coffebar/hyprland-per-window-layout","last_synced_at":"2025-04-09T10:06:09.252Z","repository":{"id":65941777,"uuid":"598739428","full_name":"coffebar/hyprland-per-window-layout","owner":"coffebar","description":"Per window keyboard layout (language) for Hyprland wayland compositor ","archived":false,"fork":false,"pushed_at":"2024-08-27T17:07:40.000Z","size":97,"stargazers_count":87,"open_issues_count":0,"forks_count":6,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-02T09:07:43.762Z","etag":null,"topics":["hyprland","rust","wayland"],"latest_commit_sha":null,"homepage":"https://www.buymeacoffee.com/coffebar","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coffebar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-07T18:03:40.000Z","updated_at":"2025-04-02T01:38:45.000Z","dependencies_parsed_at":"2023-11-13T23:24:57.638Z","dependency_job_id":"cd5a320a-7661-4c68-91e7-19e8faf1860b","html_url":"https://github.com/coffebar/hyprland-per-window-layout","commit_stats":{"total_commits":22,"total_committers":3,"mean_commits":7.333333333333333,"dds":0.5909090909090908,"last_synced_commit":"bfde5ad264f3af425ac00654f840d5341e5f974d"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coffebar%2Fhyprland-per-window-layout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coffebar%2Fhyprland-per-window-layout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coffebar%2Fhyprland-per-window-layout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coffebar%2Fhyprland-per-window-layout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coffebar","download_url":"https://codeload.github.com/coffebar/hyprland-per-window-layout/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248018060,"owners_count":21034048,"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":["hyprland","rust","wayland"],"created_at":"2024-07-31T19:01:37.848Z","updated_at":"2025-04-09T10:06:09.220Z","avatar_url":"https://github.com/coffebar.png","language":"Rust","funding_links":[],"categories":["Rust","Tools"],"sub_categories":["Input"],"readme":"[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](https://stand-with-ukraine.pp.ua)\n\n# Hyprland per window layout\n\n![](https://img.shields.io/crates/d/hyprland-per-window-layout)\n![](https://img.shields.io/github/issues-raw/coffebar/hyprland-per-window-layout)\n![](https://img.shields.io/github/stars/coffebar/hyprland-per-window-layout)\n![](https://img.shields.io/aur/version/hyprland-per-window-layout)\n![](https://img.shields.io/crates/v/hyprland-per-window-layout)\n\n#### No configuration is needed, just add your layouts (if you didn't yet) to the input section of hyprland config file and start this program right after Hyprland.\n\nWritten in Rust.\n\nNote: it will not start if you don't have at least 2 keyboard layouts in hyprland.conf\n\n## How to use\n\n## Install **hyprland-per-window-layout** from [AUR](https://aur.archlinux.org/packages/hyprland-per-window-layout)\n\n```bash \n# e.g.\nyay -Sy \u0026\u0026 yay -S hyprland-per-window-layout\n```\n\nand\n\nAdd this line to your hyprland.conf\n\n```\nexec-once = /usr/bin/hyprland-per-window-layout\n```\n\n## Configuration\n\nOptional, please read [configuration.md](configuration.md) for more details.\n\n-----\n\n\n## Install from cargo crates\n\n```bash\ncargo install hyprland-per-window-layout\n```\n\nAdd this line to your hyprland.conf\n\n```\nexec-once = ~/.cargo/bin/hyprland-per-window-layout\n```\n\n## Install on Gentoo\n\nActivate wayland overlay as described in [README](https://github.com/bsd-ac/wayland-desktop#activate-overlay-via-eselect-repository), allow **~amd64** keyword and then install it:\n\n```bash\n# emerge --ask gui-apps/hyprland-per-window-layout\n```\n\n## Install from source\n\nInstall from source with **rustup**:\n\n```bash\n\ngit clone https://github.com/coffebar/hyprland-per-window-layout.git\ncd hyprland-per-window-layout\n\nrustup override set stable\nrustup update stable\n\ncargo build --release\n\nmkdir -p ~/.local/bin/\ncp target/release/hyprland-per-window-layout ~/.local/bin/\n\n```\nAdd this line to your hyprland.conf\n\n```\nexec-once = ~/.local/bin/hyprland-per-window-layout\n```\n\n-----\n\n## Contribution\n\nBug reports and PR are welcome. Thank you for your interest!\n\n-----\n\nTested on Hyprland v0.42.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoffebar%2Fhyprland-per-window-layout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoffebar%2Fhyprland-per-window-layout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoffebar%2Fhyprland-per-window-layout/lists"}