gui-bo / unclutter-xfixes

A rewrite of unclutter using the x11-xfixes extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues Forks Stars

unclutter-xfixes

About

This is a rewrite of the popular tool unclutter, but using the x11-xfixes extension. This means that this rewrite doesn't use fake windows or pointer grabbing and hence causes less problems with window managers and/or applications.

Installation

Arch / Manjaro

pacman -S unclutter

unclutter-xfixes is also available in the AUR as unclutter-xfixes-git.

Fedora

unclutter-xfixes is available via a copr repository.

FreeBSD

unclutter-xfixes is available in the FreeBSD Ports Collection as misc/unclutter-xfixes.

Manual

unclutter-xfixes is make-based. Hence, you can clone the git repository and compile and install it via

git clone https://github.com/Airblader/unclutter-xfixes
cd unclutter-xfixes
make
sudo make install

Usage

See man unclutter after installation.

About

A rewrite of unclutter using the x11-xfixes extension

License:MIT License


Languages

Language:C 92.6%Language:Makefile 7.4%