diff options
| author | Suleyman Farajli <suleyman@farajli.net> | 2025-11-04 00:48:54 +0400 |
|---|---|---|
| committer | Suleyman Farajli <suleyman@farajli.net> | 2025-11-04 00:48:54 +0400 |
| commit | 3b722b955895d0ed8b5200d15a71f4e78053df40 (patch) | |
| tree | acfb616f3866ae563cfbfa6bb4e641b4ed4685c7 | |
| parent | 611aca993a1e9557ea0fc9b6fabe3f35de1f2d9f (diff) | |
feat(xinitrc): start daemons
| -rw-r--r-- | config/x11/xinitrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/x11/xinitrc b/config/x11/xinitrc index 5057ae3..02c7f1a 100644 --- a/config/x11/xinitrc +++ b/config/x11/xinitrc @@ -17,6 +17,8 @@ fi dunst & picom & +dcheck_battery & +dcheck_mail & setxkbmap -option "caps:ctrl_modifier" # Map Caps Lock to Ctrl setxkbmap us # Set US keyboard layout slstatus & |
