Difference between revisions of "Unclutter"
Thestinger (talk | contribs) m ({{stub}} - this is also mentioned in a lot of -box articles etc already) |
m (→Installation) |
||
(14 intermediate revisions by 8 users not shown) | |||
Line 1: | Line 1: | ||
{{stub}} | {{stub}} | ||
− | [[Category:X Server | + | [[Category:X Server]] |
− | |||
− | Unclutter hides your X mouse cursor when you | + | 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 useful in tiling window managers where you do not need the mouse often. |
== Installation == | == Installation == | ||
− | + | [[pacman|Install]] {{Pkg|unclutter}} from the [[official repositories]]. | |
− | |||
== Usage == | == Usage == | ||
− | Use your .xinitrc file or WM/DE to start unclutter, for .xinitrc add: | + | Use your ''.xinitrc'' file or WM/DE to start unclutter, for ''.xinitrc'' add: |
unclutter & | unclutter & | ||
− | == | + | If you experience issues when using unclutter in conjunction with a tiling window manager (such as [[xmonad]]), ''hhp'' from the {{AUR|xmonad-utils}} package is a useful and lightweight alternative. |
− | http://linuxappfinder.com/package/unclutter | + | |
+ | == Known Bugs == | ||
+ | |||
+ | === Misbehaviour of the mouse cursor === | ||
+ | |||
+ | Unclutter could cause unusual mouse behaviour in some SDL Games. The mouse cursor might be reset to some positions in the screen because of | ||
+ | this problem. The details can be found [https://bugs.launchpad.net/ubuntu/+source/unclutter/+bug/61105 here]. | ||
+ | |||
+ | There are two known workarounds for this. You can either add {{ic|SDL_VIDEO_X11_DGAMOUSE=0}} to your environment variables which does not work for all games or run unclutter with | ||
+ | {{ic|-grab}} option. However, it is important to note that the grab option may cause some applications such as gksu to not work properly. | ||
+ | |||
+ | == See also == | ||
+ | |||
+ | http://linuxappfinder.com/package/unclutter - Unclutter on Linux App Finder |
Revision as of 12:58, 13 September 2013
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 useful in tiling window managers where you do not need the mouse often.
Installation
Install unclutter from the official repositories.
Usage
Use your .xinitrc file or WM/DE to start unclutter, for .xinitrc add:
unclutter &
If you experience issues when using unclutter in conjunction with a tiling window manager (such as xmonad), hhp from the xmonad-utilsAUR package is a useful and lightweight alternative.
Known Bugs
Misbehaviour of the mouse cursor
Unclutter could cause unusual mouse behaviour in some SDL Games. The mouse cursor might be reset to some positions in the screen because of this problem. The details can be found here.
There are two known workarounds for this. You can either add SDL_VIDEO_X11_DGAMOUSE=0
to your environment variables which does not work for all games or run unclutter with
-grab
option. However, it is important to note that the grab option may cause some applications such as gksu to not work properly.
See also
http://linuxappfinder.com/package/unclutter - Unclutter on Linux App Finder