summary refs log tree commit diff
path: root/pkgs/tools/misc/unclutter
Commit message (Collapse)AuthorAge
* unclutter: use xorg.* packages directly instead of xlibsWrapper indirectionSergei Trofimovich2022-10-30
| | | | Tested as no material change in `out` output with `diffoscope`.
* tools/misc: replace name with pname&versionFelix Buehler2021-08-03
|
* treewide: add targetPrefix to hardcoded references to CC=ccBen Siraphob2021-02-20
|
* pkgs/tools: stdenv.lib -> libBen Siraphob2021-01-15
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * 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
* unclutter: add missing licence (publicDomain)Nicolò Balzarotti2016-12-26
|
* unclutter: fix darwin buildMatthew Bauer2016-08-16
|
* rename iElectric to domenkozar to match GitHubDomen Kožar2016-05-17
|
* x11: replace its usage by xlibsWrapper directlyVladimír Čunát2015-09-15
| | | | | | Scilab note: the parameters already had pointed to nonexistent dirs before this set of refactoring. But that config wasn't even used by default.
* Fix user-facing typos (mainly in descriptions)Tobias Geerinckx-Rice2014-12-30
|
* More description fixesBjørn Forsman2013-10-06
| | | | | | | | | | | * 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.
* unclutter: add to channelDomen Kožar2013-08-10
|
* unclutter: X cursor management toolPeter Simons2012-01-08
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