Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/criticalsool/dwm-custom
My DWM configuration
https://github.com/criticalsool/dwm-custom
desktop-environment dwm linux unix
Last synced: 4 days ago
JSON representation
My DWM configuration
- Host: GitHub
- URL: https://github.com/criticalsool/dwm-custom
- Owner: criticalsool
- License: gpl-3.0
- Created: 2025-02-12T14:51:45.000Z (8 days ago)
- Default Branch: main
- Last Pushed: 2025-02-12T17:36:26.000Z (8 days ago)
- Last Synced: 2025-02-12T18:22:52.100Z (8 days ago)
- Topics: desktop-environment, dwm, linux, unix
- Language: Shell
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# dwm - dynamic window manager
### dwm is an extremely ***fast***, ***small***, and ***dynamic*** window manager for X.---
This is my **personal** dwm setup with following patches:
- [cool autostart](https://dwm.suckless.org/patches/cool_autostart/)
- [azerty](https://dwm.suckless.org/patches/azerty/)
- custom keybindings and colors (see [dwm/config.def.h](dwm/config.def.h) for more details)
- [hide vacant tags](https://dwm.suckless.org/patches/hide_vacant_tags/)
- [noborder](https://dwm.suckless.org/patches/noborder/)
- [pertag](https://dwm.suckless.org/patches/pertag/)
- [warp](https://dwm.suckless.org/patches/warp/)## Installation
```bash
git clone https://github.com/criticalsool/dwm-custom.git && \
cd dwm-custom/ && \
bash dwm.bash
```> [!NOTE]
> [dwm.bash](./dwm.bash) will install the dependencies, compile and install **dwl**, **dmenu** and **slstatus**> [!TIP]
> [from_minimal.bash](./from_minimal.bash) will start from a minimal Debian or Archlinux CLI installation and install and configure [**xorg**](https://www.x.org/wiki/) and [**greetd**](https://git.sr.ht/~kennylevinsen/greetd) in addition to execute [dwm.bash](./dwm.bash)```bash
git clone https://github.com/criticalsool/dwm-custom.git && \
cd dwm-custom/ && \
bash from_minimal.bash
```> [!CAUTION]
> It will also configure autologin and install a bunch of packages you might not want, to work with my dwm configuration. Please **read it** before## Thanks
- [suckless](https://suckless.org/) team for [dwm](https://dwm.suckless.org/), [dmenu](https://tools.suckless.org/dmenu/) and [slstatus](https://tools.suckless.org/slstatus/)
- [dwm patches contributors](https://dwm.suckless.org/patches)
- [xorg](https://www.x.org/wiki/) & [greetd](https://git.sr.ht/~kennylevinsen/greetd)
- [ChrisTitusTech/dwm-titus](https://github.com/ChrisTitusTech/dwm-titus)
- Reddit, GitHub and Stackoverflow platforms & users