From fc282a1549eaf0e831524d879724d901c3964b9a Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sun, 22 Jun 2025 00:07:21 +0400 Subject: feat(xinitrc): run unclutter in the background - Set keyboard layout to US --- config/x11/xinitrc | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'config/x11') diff --git a/config/x11/xinitrc b/config/x11/xinitrc index fee3943..f874be6 100644 --- a/config/x11/xinitrc +++ b/config/x11/xinitrc @@ -15,12 +15,15 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then unset f fi -setxkbmap -option "caps:ctrl_modifier" # change caps_lock to ctrl -xset r rate 300 50 # increase cursor speed -xset s off && xset -dpms # disable screen blackening -xgamma -gamma 0.8 # change gamma -swall # set wallpaper dunst & picom & +setxkbmap -option "caps:ctrl_modifier" # Map Caps Lock to Ctrl +setxkbmap us # Set US keyboard layout slstatus & +swall # Set a wallpaper +unclutter & # Hide mouse cursor if inactive +xgamma -gamma 0.8 # Change gamma +xset r rate 300 50 # Increase cursor speed +xset s off && xset -dpms # Disable screen blackening + exec dwm -- cgit v1.2.3