From c1a576141a4a5bc974823cee69d8d4311043ce05 Mon Sep 17 00:00:00 2001 From: Wiktor Zykubek Date: Mon, 18 May 2020 22:55:58 +0200 Subject: [PATCH] Mouse cursor sucks! Add auto hiding of cursor after 2 seconds. --- .xinitrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.xinitrc b/.xinitrc index 10fe163..b5fe748 100644 --- a/.xinitrc +++ b/.xinitrc @@ -8,6 +8,7 @@ picom & setxkbmap -layout 'pl' -option caps:swapescape & xset r rate 300 50 & xsetroot -cursor_name left_ptr & +unclutter -idle 2 & dbar & udiskie & mpd &