URI:
       systemd: xidle: use slock - dotfiles - 🍚 personal arsenal of "rice"
  HTML git clone https://git.drkhsh.at/dotfiles.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 0e3a3a5332d4ece940dddced9b6efcbb63797f71
   DIR parent 3f3ebb96646dfb314716dc7a46fc25de0088eafd
  HTML Author: drkhsh <me@drkhsh.at>
       Date:   Mon,  7 Jul 2025 13:22:35 +0200
       
       systemd: xidle: use slock
       
       Diffstat:
         M systemd/.config/systemd/user/xidle… |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/systemd/.config/systemd/user/xidle.service b/systemd/.config/systemd/user/xidle.service
       @@ -6,7 +6,7 @@ Requisite=xorg.target
        
        [Service]
        Type=simple
       -ExecStart=/usr/bin/xidle -program /home/drkhsh/.local/bin/glitchlock -timeout 300
       +ExecStart=/usr/bin/xidle -program /usr/bin/slock -timeout 300
        Restart=always
        
        [Install]