desktop-tools/README.adoc

72 lines
2.9 KiB
Plaintext
Raw Normal View History

desktop-tools
=============
:compact-option:
'desktop-tools' is a collection of tools to run my desktop that might be useful
to other people as well:
2017-07-05 03:09:23 +02:00
- 'wmstatus' does literally everything my i3 doesn't but I'd like it to. It
includes PulseAudio volume management and hand-written NUT and MPD clients,
2017-07-05 03:09:23 +02:00
all in the name of liberation from GPL-licensed software of course
- 'brightness' allows me to change the brightness of w/e display device I have
- 'input-switch' likewise switches the input source of external displays
2016-01-22 08:56:34 +01:00
- 'fancontrol-ng' is a clone of fancontrol that can handle errors on resume
from suspend instead of setting fans to maximum speed and quitting;
in general it doesn't handle everything the original does
2017-07-06 12:45:58 +02:00
- 'priod' sets process CPU, I/O and OOM killer priorities automatically
according to configuration
2016-01-22 08:59:58 +01:00
- 'shellify' is a simple script that sets up a shell for commands like vgdb
and nmcli that are painfully lacking it
2017-07-06 12:45:58 +02:00
- 'iexec' runs a program and attempts to restart it cleanly when the
executable file is replaced on the disk
2016-01-27 20:22:49 +01:00
- 'gdm-switch-user' tells the running GDM daemon, if any, to show the switch
user screen
- 'siprandom' uses the SipHash 2-4 algorithm to produce a stream of
pseudo-random data; it should be fast enough to saturate most devices
- 'big-brother' tracks the title of the active window and the idle state of
the user and writes these events to standard output.
Don't expect them to work under any OS that isn't Linux.
2016-03-10 21:55:15 +01:00
Packages
--------
Regular releases are sporadic. git master should be stable enough. You can get
a package with the latest development version from Archlinux's AUR, or from
openSUSE Build Service for the rest of mainstream distributions. Consult the
list of repositories and their respective links at:
https://build.opensuse.org/project/repositories/home:pjanouch:git
Building
--------
Build dependencies: CMake, pkg-config, liberty (included) +
2017-05-14 19:33:59 +02:00
Runtime dependencies: libpulse, libx11, dbus-1, libgdm (optional)
$ git clone --recursive https://github.com/pjanouch/desktop-tools.git
$ mkdir desktop-tools/build
$ cd desktop-tools/build
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug
$ make
To install the applications, you can do either the usual:
# make install
Or you can try telling CMake to make a package for you. For Debian it is:
$ cpack -G DEB
# dpkg -i desktop-tools-*.deb
Contributing and Support
------------------------
Use this project's GitHub to report any bugs, request features, or submit pull
requests. If you want to discuss this project, or maybe just hang out with
2016-03-13 01:45:57 +01:00
the developer, feel free to join me at irc://irc.janouch.name, channel #dev.
2017-05-14 19:33:59 +02:00
Bitcoin donations: 12r5uEWEgcHC46xd64tt3hHt9EUvYYDHe9
License
-------
This software is released under the terms of the 0BSD license, the text of which
is included within the package along with the list of authors.