From 65063196e069be4d8acb15cd0df779ceee56fb53 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 26 May 2025 14:10:08 -0500 Subject: replacing xscreensaver for slock --- archsetup | 3 ++- dotfiles/system/.config/sxhkd/sxhkdrc | 4 ++-- dotfiles/system/.local/bin/startdwm | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/archsetup b/archsetup index 602736f..f8e91bc 100755 --- a/archsetup +++ b/archsetup @@ -29,6 +29,7 @@ dotfiles_dir="$archsetup_dir/dotfiles" dwm_repo="https://git.cjennings.net/dwm.git" dmenu_repo="https://git.cjennings.net/dmenu.git" st_repo="https://git.cjennings.net/st.git" +slock_repo="https://git.cjennings.net/slock.git" dotemacs_repo="https://git.cjennings.net/dotemacs.git" logfile="/var/log/archsetup-$(date +'%Y-%m-%d-%H-%M-%S').log" @@ -497,6 +498,7 @@ dwm() { git_install $dwm_repo git_install $dmenu_repo git_install $st_repo + git_install $slock_repo aur_install pinentry-dmenu # password entry that leverages dmenu } @@ -533,7 +535,6 @@ desktop_environment() { pacman_install testdisk pacman_install tickrs pacman_install udisks2 - pacman_install xscreensaver aur_install touchpad-indicator-git aur_install dotpac aur_install downgrade diff --git a/dotfiles/system/.config/sxhkd/sxhkdrc b/dotfiles/system/.config/sxhkd/sxhkdrc index 8674066..aab119b 100644 --- a/dotfiles/system/.config/sxhkd/sxhkdrc +++ b/dotfiles/system/.config/sxhkd/sxhkdrc @@ -65,5 +65,5 @@ super + shift + b blueman-manager # Lock Screen -# super + l -# xscreensaver-command -lock +super + grave + slock & diff --git a/dotfiles/system/.local/bin/startdwm b/dotfiles/system/.local/bin/startdwm index c6aef7a..0dfab5c 100755 --- a/dotfiles/system/.local/bin/startdwm +++ b/dotfiles/system/.local/bin/startdwm @@ -23,8 +23,8 @@ xhost si:localuser:root # start desktop environment applications (conky | while read LINE; do xsetroot -name "$LINE"; done) & -xscreensaver --no-splash & -xautolock -time 5 -locker "xscreensaver-command -activate" & + +xautolock -time 5 -locker slock & picom & sxhkd & emacs --daemon & -- cgit v1.2.3