tinywm: add license

gstqt5
Markus Kowalewski 2020-06-11 17:45:19 +02:00
parent 22ff32d740
commit b2955e5000
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB
1 changed files with 2 additions and 1 deletions

View File

@ -42,10 +42,11 @@ stdenv.mkDerivation rec {
- Resize windows interactively with Alt+Button3 drag (right mouse button)
- Raise windows with Alt+F1 (not high on usability I know, but I needed a
keybinding in there somewhere)
- Focus windows with the mouse pointer (X does this on its own)
- Focus windows with the mouse pointer (X does this on its own)
'';
homepage = "http://incise.org/tinywm.html";
maintainers = with maintainers; [ AndersonTorres ];
platforms = libX11.meta.platforms;
license = licenses.publicDomain;
};
}