From 1dfdf634e8ed866594caf92fbd1da147c485a5c8 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Tue, 17 Jun 2025 23:46:48 +0400 Subject: config/x11/xinitrc: sort alphabetically --- config/x11/xinitrc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'config/x11') diff --git a/config/x11/xinitrc b/config/x11/xinitrc index b90cd9e..3cf201f 100644 --- a/config/x11/xinitrc +++ b/config/x11/xinitrc @@ -17,12 +17,13 @@ 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" # change caps_lock to ctrl slstatus & +swall # set wallpaper +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