forked from mackstann/tinywm
-
Notifications
You must be signed in to change notification settings - Fork 0
Jerdle-code/PycoWM
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
TinyWM is written by Nick Welch <[email protected]> in 2005 & 2011. PycoWM was written by Daniel Amdurer in 2015. This software is in the public domain and is provided AS IS, with NO WARRANTY. PycoWM is a ridiculously tiny window manager implemented in nearly as few lines of Python as possible, without being obfuscated or entirely useless. It allows you to move, resize, focus (sloppy), and raise windows -- that's it! PycoWM's main purpose is to serve as a quick example of some window manager programming basics. Files: Makefile: highly advanced build system PycoWM.py: The code (requires CVS python-xlib due to a bug) Usage: Focus follows pointer. Alt+Button1, drag (Left-click and drag): interactive window move Alt+Button3, drag (Right-click and drag): interactive window resize Ctrl-Alt-R: raise focused window
About
The tiniest window manager (edited)
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Python 89.5%
- Makefile 10.5%