unclutter: add to channel
This commit is contained in:
parent
3065a7686b
commit
f3cae400e0
@ -16,7 +16,7 @@ stdenv.mkDerivation {
|
|||||||
make DESTDIR="$out" MANPATH="$out/share/man" PREFIX="" install.man
|
make DESTDIR="$out" MANPATH="$out/share/man" PREFIX="" install.man
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Hides mouse pointer while not in use.";
|
description = "Hides mouse pointer while not in use.";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Unclutter hides your X mouse cursor when you do not need it, to prevent
|
Unclutter hides your X mouse cursor when you do not need it, to prevent
|
||||||
@ -28,5 +28,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
unclutter -idle 1 &
|
unclutter -idle 1 &
|
||||||
'';
|
'';
|
||||||
|
maintainers = with maintainers; [ iElectric ];
|
||||||
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user