diff options
| author | Suleyman Farajli <suleyman@farajli.net> | 2025-11-25 22:59:39 +0400 |
|---|---|---|
| committer | Suleyman Farajli <suleyman@farajli.net> | 2025-11-25 22:59:39 +0400 |
| commit | d1f6376a7b3a1c04e663355096cbe5ba3360daff (patch) | |
| tree | 7848ffbb64ad64421d3d6cc1bbe0bb971c49795e /config/x11 | |
| parent | c71ad1db04d9fa988d5c933e98f90bebb704bef4 (diff) | |
feat(xinitrc): use `lib_handle.sh`
Diffstat (limited to 'config/x11')
| -rw-r--r-- | config/x11/xinitrc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/config/x11/xinitrc b/config/x11/xinitrc index 14334c9..13fd21f 100644 --- a/config/x11/xinitrc +++ b/config/x11/xinitrc @@ -15,16 +15,16 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then unset f fi -dunst & -picom & -dcheck_battery & -dcheck_mail & +. "lib_handle.sh" +compositor_handle start & +status_handle start & +bat-checkd & +mail-syncd & +notifd & setxkbmap -option "caps:ctrl_modifier" # Map Caps Lock to Ctrl setxkbmap us # Set US keyboard layout -slstatus & -unclutter & # Hide mouse cursor if inactive xgamma -gamma 0.8 # Change gamma -swall -d "${DATADIR:-${HOME}/.local/share}/wallpapers" # Set a wallpaper +swall # Set a wallpaper xset r rate 300 50 # Increase cursor speed xset s off && xset -dpms # Disable screen blackening |
