alexer/nstwm
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
NotSoTinyWM is written by Aleksi Torhamo <aleksi@torhamo.net>. It is based on TinyWM, which is written by Nick Welch <nick@incise.org>. This software is in the public domain and is provided AS IS, with NO WARRANTY. NotSoTinyWM is a small window manager that tries to do the bare minimum to get the job done. It has a base that is (nearly) identical to TinyWM, which allows you to move, resize, and raise windows. It has the default sloppy focus and no decorations or anything like that, which means moving and resizing windows has to be done with weird key combinations. Various features are built on top of the base, and they coexist with it. Every feature is built on top of the bare minimum which can support it, so you can see how to implement specific features. Decorations are implemented on top of the base, and transparent decorations on top of the decorations. That is, the original features aren't replaced by the "improved" ones. NotSoTinyWM's idea is to show how to implement various features in a window manager, with as little distractions as possible. Files: Makefile: for building nstwm.c nstwm.c: the c version of the code annotated.c: same, but with tons of rambling comments about everything nstwm.py: the python version of the code annotated.py: same, but with light comments Features: Focus follows pointer. Alt+Button1, drag: interactive window move Alt+Button3, drag: interactive window resize Alt+F1: raise focused window Misc: The homepage for NotSoTinyWM is at: http://alexer.net/nstwm The homepage for TinyWM is at: http://incise.org/tinywm.html
About
The not-so-tiny window manager
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published