https://github.com/source-c/yawm
Yet Another Window Manager (or just "the day")
https://github.com/source-c/yawm
tiny-tools window-manager xlib xorg
Last synced: 6 months ago
JSON representation
Yet Another Window Manager (or just "the day")
- Host: GitHub
- URL: https://github.com/source-c/yawm
- Owner: source-c
- License: mit
- Created: 2012-11-23T23:32:19.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2020-06-04T10:21:26.000Z (over 5 years ago)
- Last Synced: 2025-04-06T05:16:31.322Z (6 months ago)
- Topics: tiny-tools, window-manager, xlib, xorg
- Language: C
- Size: 107 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
YaWm
====`YaWm` is just Yet Another Window Manager which is used by me from early 2012. Another meaning of the name is al-yawm [the day] (YaWm/wiki):
Originaly inspired by suckless's dwm. Reworked, patched, polished for my needs.
Have not pretensions to be compatible with the original anymore.The main project's goal is to build comfortable X environment for myself in true unix way:
simple, flexible and strictly functional binary code that should help user to work
with his tasks with a maximal performance and to bring a high usability.
Not more But not less.Minimal toolset (also partialy covered by this repo):
- yawm
- yawmstatus
- tinyterm (but `xterm` is pretty fine too)
- slock (has fallback to `xscreensaver`)
- dmenuOther stuff for a minimal comfort:
- clipit
- volumeicon-alsaIn order to run the WM `xinit` and base X stuff are required.
Happy hacking!
Disclamer
=========Despite the fact there are no active commits for a long time - the project is still active and maintained. The main binary is rock-stable and thus not requires changes. At least for author's needs.
Feel free to contact me if you're interested in and/or have any issues regarding the project.Known issues
============After a long period of inactivity the project became currently actual again.
As for now there're a lot of small (but terrible) issues in WM controls caused by a changes of related libraries.
- manual change of window geometry may work with bugs
- windows list is ugly and not usable
- window focus may change the windows stack position
- applications with full-screen mode behave strange and may sporadicaly not able for roll out on the full screen
- `slock` is not so compatible anymore with powersave mode of the screen as previously