{"id":19017325,"url":"https://github.com/beiertu-mms/dwm","last_synced_at":"2026-01-29T10:03:02.010Z","repository":{"id":41845209,"uuid":"337339337","full_name":"beiertu-mms/dwm","owner":"beiertu-mms","description":"A fork of suckless dwm (https://git.suckless.org/dwm)","archived":false,"fork":false,"pushed_at":"2024-11-05T14:54:52.000Z","size":7127,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-13T10:02:08.298Z","etag":null,"topics":["dwm","forked-repo","suckless","suckless-software","window-manager"],"latest_commit_sha":null,"homepage":"","language":"C","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/beiertu-mms.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-09T08:31:16.000Z","updated_at":"2024-11-05T14:54:59.000Z","dependencies_parsed_at":"2024-11-08T19:47:02.349Z","dependency_job_id":"6af59d93-a2eb-450a-9ecc-12b63744a42b","html_url":"https://github.com/beiertu-mms/dwm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/beiertu-mms/dwm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beiertu-mms%2Fdwm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beiertu-mms%2Fdwm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beiertu-mms%2Fdwm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beiertu-mms%2Fdwm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beiertu-mms","download_url":"https://codeload.github.com/beiertu-mms/dwm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beiertu-mms%2Fdwm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28875446,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T09:47:23.353Z","status":"ssl_error","status_checked_at":"2026-01-29T09:47:19.357Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["dwm","forked-repo","suckless","suckless-software","window-manager"],"created_at":"2024-11-08T19:46:39.305Z","updated_at":"2026-01-29T10:03:01.975Z","avatar_url":"https://github.com/beiertu-mms.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dwm - dynamic window manager\nA fork of [dwm][1], a extremely fast, small, and dynamic window manager for X.\n\n![dwm](./dwm.png)\n\n## Requirements\nIn order to build dwm the Xlib header files are required.\n\n## Installation\nEdit config.mk to match your local setup (dwm is installed into the /usr/local namespace by default).\n\nAfterwards enter the following command to build and install dwm (if necessary as root):\n```sh\nmake clean install\n```\n\n## Running dwm\nAdd the following line to your **.xinitrc** to start dwm using startx:\n\n```sh\nexec dwm\n```\n\nIn order to connect dwm to a specific display, make sure that the DISPLAY environment variable is set correctly, e.g.:\n\n```\nDISPLAY=foo.bar:1 exec dwm\n```\n(This will start dwm on display :1 of the host foo.bar.)\n\nIn order to display status info in the bar, you can do something like this in your .xinitrc:\n\n```sh\nwhile xsetroot -name \"`date` `uptime | sed 's/.*,//'`\"\ndo\n    sleep 1\ndone \u0026\nexec dwm\n```\n\n## Configuration\nThe configuration of dwm is done by creating/editing the **config.h** and (re)compiling the source code.\n\n[1]: https://dwm.suckless.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeiertu-mms%2Fdwm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeiertu-mms%2Fdwm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeiertu-mms%2Fdwm/lists"}