diff options
| author | Craig Jennings <c@cjennings.net> | 2025-05-26 14:10:08 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-05-26 14:10:08 -0500 |
| commit | 65063196e069be4d8acb15cd0df779ceee56fb53 (patch) | |
| tree | beacebd3b7ea6e04d6beda9d862522acb8eb3fb4 /dotfiles/system | |
| parent | bbd33b108d602239fbe2371c012e7afb42a41a6a (diff) | |
replacing xscreensaver for slock
Diffstat (limited to 'dotfiles/system')
| -rw-r--r-- | dotfiles/system/.config/sxhkd/sxhkdrc | 4 | ||||
| -rwxr-xr-x | dotfiles/system/.local/bin/startdwm | 4 |
2 files changed, 4 insertions, 4 deletions
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 & |
