Make default lock slock, and install in provision_linux

This commit is contained in:
mitchell 2021-05-16 15:53:59 -04:00
parent f735f37d03
commit ff5d6b36bc
2 changed files with 3 additions and 2 deletions

View File

@ -29,7 +29,7 @@ super + Escape
# lock screen # lock screen
alt + l alt + l
physlock slock
# media controls # media controls
super + {@minus,@equal} super + {@minus,@equal}

View File

@ -116,7 +116,8 @@ function provision_desktop_env -d 'Install base desktop utilities and configure
pulseaudio-alsa \ pulseaudio-alsa \
wmname \ wmname \
polybar \ polybar \
light light \
slock
set -l debian_pkgs \ set -l debian_pkgs \
$base_pkgs \ $base_pkgs \