commit 425a3c860e7bc8386618163900281c3875776290
parent f07bad0df54a0b435a7668d8c89353bc7eae631c
Author: regexghost <dev@regexghost.com>
Date: Sun, 30 Aug 2026 19:04:43 +0100
unclutter in apt-install and xinit, also changed x set r rate
Diffstat:
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/apt-install.sh b/apt-install.sh
@@ -18,7 +18,7 @@
# other
sudo apt install \
- xorg xinit x11-xserver-utils xcompmgr picom xclip xdotool libnotify-bin dunst gammastep \
+ xorg xinit x11-xserver-utils xcompmgr picom xclip xdotool libnotify-bin dunst gammastep unclutter \
curl wget bluetooth unzip git tar unrar-free \
firefox-esr chromium w3m \
mpv vlc \
diff --git a/wm-scripts/jwm-xinit.sh b/wm-scripts/jwm-xinit.sh
@@ -10,6 +10,9 @@
#(sleep 6 && xcompmgr -n) &
(sleep 6 && picom --backend xrender --vsync) &
+# Hide cursor when not moving for a while
+(sleep 7 && unclutter) &
+
# Night-shift
(sleep 16 && gammastep -O 5200) &
diff --git a/wm-scripts/keyboard-settings.sh b/wm-scripts/keyboard-settings.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Increase key rate (delay = 200, repeat rate = 40)
-xset r rate 200 40
+xset r rate 230 30
# Caps lock -> Escape
setxkbmap -option caps:escape