{"id":19626635,"url":"https://github.com/christianhering/dwm","last_synced_at":"2025-08-07T22:42:14.132Z","repository":{"id":112714934,"uuid":"419394695","full_name":"ChristianHering/dwm","owner":"ChristianHering","description":"My build of dwm! 😃","archived":false,"fork":false,"pushed_at":"2022-06-26T08:43:54.000Z","size":6532,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-09T12:42:50.543Z","etag":null,"topics":["c","dwm","suckless","suckless-dwm"],"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/ChristianHering.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-10-20T15:48:23.000Z","updated_at":"2022-05-06T02:32:43.000Z","dependencies_parsed_at":"2023-09-13T01:53:05.962Z","dependency_job_id":null,"html_url":"https://github.com/ChristianHering/dwm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChristianHering%2Fdwm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChristianHering%2Fdwm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChristianHering%2Fdwm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChristianHering%2Fdwm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChristianHering","download_url":"https://codeload.github.com/ChristianHering/dwm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240926398,"owners_count":19879737,"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":["c","dwm","suckless","suckless-dwm"],"created_at":"2024-11-11T11:47:12.067Z","updated_at":"2025-02-26T20:13:58.608Z","avatar_url":"https://github.com/ChristianHering.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"DWM\n===========\n\nThis repository holds the source for my build of dwm.\n\nIt provides:\n\n  * A simple working enviornment for people running Xorg\n  * A base to work off of for a more featureful dwm build\n  * An example of how [GoDSB](https://github.com/ChristianHering/GoDSB) can be used within dwm\n\nTable of Contents:\n\n  * [About](#about)\n  * [Installing and Compiling from Source](#installing-and-compiling-from-source)\n  * [Contributing](#contributing)\n  * [License](#license)\n\nAbout\n-----\n\n[Dwm](https://dwm.suckless.org/) is a dynamic, source based window manager for [X11](https://www.x.org/wiki/). It relys heavily on keybindings to do basic operations, and promotes workflow efficiency.\n\nInstalling and Compiling from Source\n------------\n\nIf you're looking to compile from source, you'll need the following:\n\n  * [Git](https://archlinux.org/packages/extra/x86_64/git/), [Make](https://archlinux.org/packages/core/x86_64/make/) and [GCC](https://archlinux.org/packages/core/x86_64/gcc/) installed from arch's [base-devel](https://archlinux.org/groups/x86_64/base-devel/) package group. Your distribution will likely have similar packages.\n  * [Xlib header files](https://archlinux.org/packages/extra/x86_64/libx11/) on the system.\n  * [libxft-bgra](https://aur.archlinux.org/packages/libxft-bgra/) if you want colored emoji rendering (not having this may induce crashes when emoji's are rendered unless you uncomment the 'iscol' block of code in drw.c)\n  * [noto-fonts-emoji](https://archlinux.org/packages/extra/any/noto-fonts-emoji/) or [another font](https://archlinux.org/packages/community/any/ttf-joypixels/) that supports unicode emojis. Fonts can be changed in [config.h](config.h)\n\nFirst build dwm so we can execute it on X startup:\n\n  * `make clean install`\n\nAdd the following to your .xinitrc file:\n\n  * `exec dbus-launch dwm`\n\nUsing 'dbus-launch' will allow tools like [flameshot](https://github.com/flameshot-org/flameshot) to work out of the box. You can run dwm without it, but may run into issues with some applications. (particularly screen capturing applications) Similar issues are encountered when using ssh-agent as well.\n\nIf you would like dwm to restart automatically on exit (useful during development) add this instead:\n\n```Bash\nwhile true; do\n\texec dbus-launch dwm \u003e/dev/null 2\u003e\u00261\ndone\n```\n\nThen just quit out of your current enviornment and login with dwm! Win + T gets you a terminal; any other keybindings can be found in [config.h](config.h)\n\nContributing\n------------\n\nContributions are always welcome. If you're interested in contributing, send me an email or submit a PR.\n\nLicense\n-------\n\nFeel free to use this project in any way you like. Please refer to the [license](/docs/LICENSE) file for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristianhering%2Fdwm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchristianhering%2Fdwm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristianhering%2Fdwm/lists"}