From d538e6c6ed307a1c4321194cffac4c91f3079093 Mon Sep 17 00:00:00 2001 From: Wiktor Zykubek Date: Mon, 18 May 2020 17:37:59 +0200 Subject: [PATCH] Increase cursor speed --- .xinitrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.xinitrc b/.xinitrc index b37886c..10fe163 100644 --- a/.xinitrc +++ b/.xinitrc @@ -6,9 +6,10 @@ sxhkd & dunst & picom & setxkbmap -layout 'pl' -option caps:swapescape & -xsetroot -cursor_name left_ptr & +xset r rate 300 50 & +xsetroot -cursor_name left_ptr & dbar & -udiskie & +udiskie & mpd & dunst & syncthing -no-browser &