From a7bb3eba60c524317774c16bc7aecb3665d5cef6 Mon Sep 17 00:00:00 2001 From: samedamci 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 &