Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rnpnr/dwm
personal fork of dwm (rnpnr branch)
https://github.com/rnpnr/dwm
dwm suckless window-manager
Last synced: 24 days ago
JSON representation
personal fork of dwm (rnpnr branch)
- Host: GitHub
- URL: https://github.com/rnpnr/dwm
- Owner: rnpnr
- License: mit
- Created: 2021-02-13T21:46:27.000Z (over 3 years ago)
- Default Branch: rnpnr
- Last Pushed: 2024-06-09T12:57:39.000Z (5 months ago)
- Last Synced: 2024-06-09T14:02:05.239Z (5 months ago)
- Topics: dwm, suckless, window-manager
- Language: C
- Homepage:
- Size: 900 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 fork of [dwm](https://dwm.suckless.org) from suckless.
I put it in a repo so that it is easier for me to transfer around to
other systems. This has the extra side effect of allowing others to see
and take ideas from it. I will not merge changes to suit other peoples
needs. Follow the suckless ideology and modify your own build.NOTE: I regularly force push this branch to rebase it on master so don't
expect it to be stable.Changes
-------The following features have been added/changed:
* Fake fullscreen: "fullscreen" a window but keep it constrained to its area
* Fullscreen any window (monocle mode still has borders and the top bar)
* Control bar padding via config.h
* From [hiltjo's branch](https://git.codemadness.org/dwm/log.html)
- functions for cycling layouts
* Patches taken from the wiki:
- bottomstack layout
- deck layout
- grid layout
- scratchpad
- statuscolors (slightly modified)
- vanity gapsConfiguration
-------------`config.h` is included in this branch and represents my normal settings.
`config.def.h` should contain all keybind changes and corresponds with
the manpage.Why use suckless?
-----------------Suckless programs are by designed to be simple and easy to
understand. This means that you can easily change and modify core
features to suit your needs. Using a packaged version of these programs
is pointless, to truly understand why they are so great you need to use
them to solve your problems.