about summary refs log tree commit diff
path: root/pkgs/tools/misc/unclutter
AgeCommit message (Collapse)AuthorFilesLines
2022-10-30unclutter: use xorg.* packages directly instead of xlibsWrapper indirectionSergei Trofimovich1-2/+6
Tested as no material change in `out` output with `diffoscope`.
2021-08-03tools/misc: replace name with pname&versionFelix Buehler1-3/+4
2021-02-20treewide: add targetPrefix to hardcoded references to CC=ccBen Siraphob1-1/+1
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2018-06-28treewide: http -> https sources (#42676)Silvan Mosberger1-1/+1
* treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
2016-12-26unclutter: add missing licence (publicDomain)Nicolò Balzarotti1-0/+1
2016-08-16unclutter: fix darwin buildMatthew Bauer1-0/+2
2016-05-17rename iElectric to domenkozar to match GitHubDomen Kožar1-1/+1
2015-09-15x11: replace its usage by xlibsWrapper directlyVladimír Čunát1-2/+2
Scilab note: the parameters already had pointed to nonexistent dirs before this set of refactoring. But that config wasn't even used by default.
2014-12-30Fix user-facing typos (mainly in descriptions)Tobias Geerinckx-Rice1-1/+1
2013-10-06More description fixesBjørn Forsman1-1/+1
* Remove package name * Start with upper case letter * Remove trailing period Also reword some descriptions and move some long descriptions to longDescription. I'm not touching generated packages.
2013-08-10unclutter: add to channelDomen Kožar1-1/+3
2012-01-08unclutter: X cursor management toolPeter Simons1-0/+32
Unclutter hides your X mouse cursor when you do not need it, to prevent it from getting in the way. You have only to move the mouse to restore the mouse cursor. Unclutter is very usefull in tiling wm's where you do not need the mouse often. Just run it from your .bash_profile like that: unclutter -idle 1 & svn path=/nixpkgs/trunk/; revision=31431