wmctrl: add command-line window-manipulation tool (close #781)
This commit is contained in:
parent
1fa3afeb91
commit
5b4e0207ba
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = http://tomas.styblo.name/wmctrl/;
|
homepage = http://tomas.styblo.name/wmctrl/;
|
||||||
description = "wmctrl is a UNIX/Linux command line tool to interact with an EWMH/NetWM compatible X Window Manager";
|
description = "wmctrl is a UNIX/Linux command line tool to interact with an EWMH/NetWM compatible X Window Manager";
|
||||||
license = "GPL";
|
license = stdenv.lib.licenses.gpl2;
|
||||||
platforms = with stdenv.lib.platforms; all;
|
platforms = with stdenv.lib.platforms; all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user