{"id":15686941,"url":"https://github.com/bgw/hyper-native-window-decoration","last_synced_at":"2025-05-07T18:09:16.567Z","repository":{"id":44590325,"uuid":"112107417","full_name":"bgw/hyper-native-window-decoration","owner":"bgw","description":"Native window decorations in HyperTerm","archived":false,"fork":false,"pushed_at":"2023-03-06T20:31:54.000Z","size":454,"stargazers_count":9,"open_issues_count":5,"forks_count":5,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-07T18:04:56.324Z","etag":null,"topics":["hyper","hyperterm","hyperterm-theme","zeit"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bgw.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-26T18:44:38.000Z","updated_at":"2024-04-12T16:47:31.000Z","dependencies_parsed_at":"2024-10-23T20:35:58.875Z","dependency_job_id":"c8f1cf1a-e86c-4231-9478-b3d1501d64d9","html_url":"https://github.com/bgw/hyper-native-window-decoration","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bgw%2Fhyper-native-window-decoration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bgw%2Fhyper-native-window-decoration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bgw%2Fhyper-native-window-decoration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bgw%2Fhyper-native-window-decoration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bgw","download_url":"https://codeload.github.com/bgw/hyper-native-window-decoration/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252931533,"owners_count":21827111,"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":["hyper","hyperterm","hyperterm-theme","zeit"],"created_at":"2024-10-03T17:42:03.480Z","updated_at":"2025-05-07T18:09:16.500Z","avatar_url":"https://github.com/bgw.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hyper-native-window-decoration\n\n![](screenshot.png)\n\nNative window decorations in HyperTerm.\n\n**Important:** Designed for Hyper 2.x.\n\n---\n\n## Why?\n\nHyper uses it's own client-side decorations, and unless you're on a Mac, these\ndecorations don't fit in well with the rest of the desktop environment. Using\nthe platform's native window decorations is an easy way to make the terminal\nblend in.\n\nHere's that same screenshot, without this plugin:\n\n![](screenshot-without.png)\n\n## Install\n\nEdit your `~/.hyper.js`:\n\n```\nplugins: [\n  'hyper-native-window-decoration',\n],\n```\n\n## Configuration\n\nYou can add configuration options to your `.hyper.js` configuration file:\n\n```\nmodule.exports = {\n  ...\n  config: {\n    ...\n    nativeWindowDecoration: {\n      menuBar: 'hide',\n    },\n    ...\n  },\n  ...\n};\n```\n\n### `menuBar` (optional, string)\n\nBy default, this plugin will auto-hide the menu bar. You can toggle visibility\nusing the alt key.\n\nIf you'd like to change this behavior, you can set `menuBar` to:\n\n- `show`: Always show the menu bar.\n- `disable`: Never show the menu bar, even if `alt` is pressed. Keyboard\n  shortcuts and the right-click context menu will still work.\n- `hide`: The default behavior. Hide the menu bar unless `alt` is pressed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbgw%2Fhyper-native-window-decoration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbgw%2Fhyper-native-window-decoration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbgw%2Fhyper-native-window-decoration/lists"}