{"id":24387095,"url":"https://github.com/heimdev/dwm","last_synced_at":"2025-03-12T19:27:19.936Z","repository":{"id":240688061,"uuid":"582603307","full_name":"heimdev/dwm","owner":"heimdev","description":"preconfigured dwm install","archived":false,"fork":false,"pushed_at":"2022-12-28T11:59:08.000Z","size":152,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-19T12:16:39.205Z","etag":null,"topics":["archlinux","dwm","linux","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/heimdev.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":"2022-12-27T10:37:42.000Z","updated_at":"2024-09-07T09:08:08.000Z","dependencies_parsed_at":"2024-05-20T16:27:57.543Z","dependency_job_id":"756890f5-a174-4d50-834b-fb63fcaeb487","html_url":"https://github.com/heimdev/dwm","commit_stats":null,"previous_names":["cryp7ic/dwm","heimdev/dwm"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heimdev%2Fdwm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heimdev%2Fdwm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heimdev%2Fdwm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heimdev%2Fdwm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heimdev","download_url":"https://codeload.github.com/heimdev/dwm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243279988,"owners_count":20265934,"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":["archlinux","dwm","linux","window-manager"],"created_at":"2025-01-19T12:16:37.685Z","updated_at":"2025-03-12T19:27:19.924Z","avatar_url":"https://github.com/heimdev.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Dynamic Window Manager (dwm)\n============================\n\nInstallation\n------------\n```shell\n$ mkdir ~/.sources\n$ cd ~/.sources\n$ git clone https://github.com/Cryp7ic/dwm.git\n$ cd dwm\n# make clean install\n```\n\n\nRunning dwm\n-----------\nAdd the following line to your .xinitrc to start dwm using startx:\n\n    dwm\n\nIf it does not work, do this:\n\n```shell\n$ which dwm\n/usr/local/bin/dwm\n```\n\nThen add this to .xinitrc:\n\n```shell\n/usr/local/bin/dwm\n```\n\nIn order to connect dwm to a specific display, make sure that\nthe DISPLAY environment variable is set correctly, e.g.:\n\n    DISPLAY=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\nlike this in your .xinitrc:\n\n    while xsetroot -name \"`date` `uptime | sed 's/.*,//'`\"\n    do\n    \tsleep 1\n    done \u0026\n    exec dwm\n\n\nConfiguration\n-------------\nThe configuration of dwm is done by creating a custom config.h\nand (re)compiling the source code.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheimdev%2Fdwm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheimdev%2Fdwm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheimdev%2Fdwm/lists"}