{"id":32106880,"url":"https://github.com/tuj84257/electron-bottom-window","last_synced_at":"2026-04-17T04:33:09.591Z","repository":{"id":57686027,"uuid":"439935777","full_name":"tuj84257/electron-bottom-window","owner":"tuj84257","description":"An electron module that allows you to stick the browser window to the bottom of the z-index stack (Windows only).","archived":false,"fork":false,"pushed_at":"2022-04-06T11:47:58.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-20T09:26:16.696Z","etag":null,"topics":["browserwindow","electron","z-index"],"latest_commit_sha":null,"homepage":"","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/tuj84257.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}},"created_at":"2021-12-19T18:15:39.000Z","updated_at":"2022-04-02T19:12:49.000Z","dependencies_parsed_at":"2022-09-18T23:21:46.417Z","dependency_job_id":null,"html_url":"https://github.com/tuj84257/electron-bottom-window","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tuj84257/electron-bottom-window","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuj84257%2Felectron-bottom-window","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuj84257%2Felectron-bottom-window/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuj84257%2Felectron-bottom-window/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuj84257%2Felectron-bottom-window/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tuj84257","download_url":"https://codeload.github.com/tuj84257/electron-bottom-window/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuj84257%2Felectron-bottom-window/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31915222,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["browserwindow","electron","z-index"],"created_at":"2025-10-20T08:39:26.615Z","updated_at":"2026-04-17T04:33:09.576Z","avatar_url":"https://github.com/tuj84257.png","language":"JavaScript","readme":"# electron-bottom-window\n\n\u003cimg src=\"https://img.shields.io/npm/dt/electron-bottom-window?color=orange\u0026logo=npm\u0026style=for-the-badge\"\u003e    \u003cimg src=\"https://img.shields.io/npm/l/electron-bottom-window?style=for-the-badge\"\u003e    \u003cimg src=\"https://img.shields.io/badge/platform-windows-blue?style=for-the-badge\u0026logo=windows\"\u003e\n\nAn Electron module that allows you to stick the browser window to the bottom of the z-index stack.\n\n## Installation\n\n```javascript\nnpm install electron-bottom-window\n```\n\n## Usage\n\n```javascript\nconst { app, BrowserWindow } = require('electron')\nconst { stickToBottom } = require('electron-bottom-window');\n\nfunction createWindow() {\n    const mainWindow = new BrowserWindow({\n        width: 800,\n        height: 600,\n        ...\n    });\n    mainWindow.loadFile('index.html');\n\n    // Stick window to bottom\n    stickToBottom(mainWindow);\n}\n\napp.whenReady().then(() =\u003e {\n\tcreateWindow(); \n});\n```\n\n----\n\n:point_right: This module is based on this \u003ca href=\"https://gist.github.com/lowfront/528a658d25e4357c07c8ea4f1b2cb46c\"\u003egist\u003c/a\u003e :point_left:\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuj84257%2Felectron-bottom-window","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftuj84257%2Felectron-bottom-window","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuj84257%2Felectron-bottom-window/lists"}