Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alokshandilya/suckless
Alok's patched suckless utilities
https://github.com/alokshandilya/suckless
c dmenu dwm dwmblocks st
Last synced: about 2 months ago
JSON representation
Alok's patched suckless utilities
- Host: GitHub
- URL: https://github.com/alokshandilya/suckless
- Owner: alokshandilya
- Created: 2022-06-11T07:30:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-27T13:28:36.000Z (5 months ago)
- Last Synced: 2024-07-28T09:57:04.354Z (5 months ago)
- Topics: c, dmenu, dwm, dwmblocks, st
- Language: C
- Homepage:
- Size: 2.25 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Personal DWM build 🌟
## About dwm 🐧
dwm is an extremely fast, small and dynamic window manager for X.
## Requirements ✏️
- `script` will grab dependencies (assuming you run `Arch Linux` or it's derivatives) and make, install suckless utilities.
- In order to build dwm you need the _Xlib header files_.
- [**_libxft-bgra_**](https://aur.archlinux.org/packages/libxft-bgra-git) for coloured emojis in suckless utilities.
- comment `FcBool iscol` in **drw.c**## Installation 🎙️
```sh
git clone https://github.com/alokshandilya/suckless.git
cd suckless
./install.sh
```- `git clone` this repo and run `install.sh` ...
> assuming you are on **Arch linux** or it's derivative> currently, i use standard dmenu package of `arch` repo
## Screenshots 🌇
![ScreenShot1](dwm/screenshots/dwm-1.png)
![ScreenShot2](dwm/screenshots/dwm-2.png)
## Patches 🧰
- [x] status2d
- [x] systray
- [x] xrdb
- [x] status2d-xrdb
- [x] cool-autostart
- [x] switchtotag
- [x] preserveonrestart
- [x] vanitygaps
- [x] cfacts
- [x] pertag
- [x] alwayscenter
- [x] cyclelayouts
- [x] winicon
- [x] movestack
- [x] scratchpad
- [x] actualfullscreen
- [x] alttagsdecoration
- [x] restartsig
- [x] restoreafterrestart
- [x] keychord
- [x] statuspadding
- [x] dwm-adjacenttag-skipvacant
- [x] fixborder
- [x] noborder
- [x] hidevacanttag
- **_maybe a few more ..._**