{"id":25904450,"url":"https://github.com/toasterbirb/dwm","last_synced_at":"2026-06-10T05:31:27.813Z","repository":{"id":114151298,"uuid":"331030437","full_name":"Toasterbirb/dwm","owner":"Toasterbirb","description":"[MIRROR] My personal setup for dwm","archived":false,"fork":false,"pushed_at":"2024-08-25T14:52:29.000Z","size":928,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-03T04:29:55.657Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://dwm.suckless.org/","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/Toasterbirb.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-01-19T15:48:56.000Z","updated_at":"2024-08-25T14:52:33.000Z","dependencies_parsed_at":"2024-01-04T04:23:52.484Z","dependency_job_id":"ee3f786f-ed43-4a8a-8dc1-08e0504d0358","html_url":"https://github.com/Toasterbirb/dwm","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/Toasterbirb/dwm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Toasterbirb%2Fdwm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Toasterbirb%2Fdwm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Toasterbirb%2Fdwm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Toasterbirb%2Fdwm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Toasterbirb","download_url":"https://codeload.github.com/Toasterbirb/dwm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Toasterbirb%2Fdwm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34139178,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"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":[],"created_at":"2025-03-03T04:26:24.981Z","updated_at":"2026-06-10T05:31:27.794Z","avatar_url":"https://github.com/Toasterbirb.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dwm\n\nThis is my personal fork of [dwm](https://dwm.suckless.org/) with some patches applied and other modifications I deemed beneficial to my workflow.\n\nThe following patches are required in dmenu:\n- [xyw](https://tools.suckless.org/dmenu/patches/xyw/)\n\n## Screenshots\n![empty](./screenshots/desktop_empty.png)\n\n![busy](./screenshots/desktop_busy.png)\n\n## Features\nThe following is a short list of the main features that this fork has on top of the vanilla dwm build. The list may or may not be complete or up-to-date.\n- Keybind for fullscreening clients (no monocle mode fakery)\n- Customized status bar with optional padding and some other options\n- Customized dmenu launcher for running applications\n- Fix border transparency issues\n- Use keycodes for keybindings to make them stay the same across different keyboard layouts\n- Gaps :3\n- Separate colorschemes from config.h (see [Configuration](#configuration))\n- Disable focus on-hover when in floating layout\n- Cool keybinds\n- Pleasant colorschemes\n- Possibly some other misc. opionated changes and *fixes* that I can't be bothered to list here\n\n## Configuration\nMost of the settings are configured the classic dwm way by editing the *config.h* file. In this fork however the colors are edited by modifying the *theme.h* file. This makes it possible to have multiple colorschemes while keeping things like keybinds etc. separate. The default colorscheme is included in the *theme.def.h* file that gets copied into *theme.h* that you can then edit (unless you want to change the defaults for some reason).\n\n## Patches\nThe following patches have been applied. Do note though that there might be some changes to the code included in the patches, so you might not find them word to word in this fork. However, you can expect *most* of the functionality included in these patches to be included in this fork, though some of the patches might be repurposed for something they were not originally made for.\n\n- [actualfullscreen](https://dwm.suckless.org/patches/actualfullscreen/dwm-actualfullscreen-20211013-cb3f58a.diff)\n- [bar height](https://dwm.suckless.org/patches/bar_height/dwm-bar-height-6.2.diff)\n- [barpadding](https://dwm.suckless.org/patches/barpadding/dwm-barpadding-20211020-a786211.diff)\n- [bottomstack](https://dwm.suckless.org/patches/bottomstack/) (with the vanitygaps modifications)\n- [colorbar](https://dwm.suckless.org/patches/colorbar/dwm-colorbar-6.3.diff)\n- [fixborders](https://dwm.suckless.org/patches/alpha/dwm-fixborders-6.2.diff)\n- [keycodes](https://dwm.suckless.org/patches/keycodes/dwm-keycodes-6.4.diff)\n- [movestack](https://dwm.suckless.org/patches/movestack/dwm-movestack-20211115-a786211.diff)\n- [pertag](https://dwm.suckless.org/patches/pertag/dwm-6.1-pertag_without_bar.diff)\n- [rotatestack](https://dwm.suckless.org/patches/rotatestack/dwm-rotatestack-20161021-ab9571b.diff)\n- [steam](https://dwm.suckless.org/patches/steam/dwm-steam-6.2.diff)\n- [vanitygaps](https://dwm.suckless.org/patches/vanitygaps/dwm-vanitygaps-20200610-f09418b.diff)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoasterbirb%2Fdwm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoasterbirb%2Fdwm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoasterbirb%2Fdwm/lists"}