diff options
Diffstat (limited to 'xsessionrc.dot.link')
-rwxr-xr-x | xsessionrc.dot.link | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xsessionrc.dot.link b/xsessionrc.dot.link index 1aee9d5..4808896 100755 --- a/xsessionrc.dot.link +++ b/xsessionrc.dot.link @@ -110,6 +110,11 @@ if [ -e "/dev/virtio-ports/com.redhat.spice.0" ] && [ -x "/usr/bin/spice-vdagent spice-vdagent fi +# Check for unclutter +if [ -x "/usr/bin/unclutter" ]; then + /usr/bin/unclutter & +fi + # Start window manager if [ "$OSVERSION" = "7" ] || [ "$START_WINDOW_MANAGER" = "true" ]; then $WINDOW_MANAGER |