mirror of https://github.com/mitchell/dotfiles.git
Make default lock slock, and install in provision_linux
This commit is contained in:
parent
f735f37d03
commit
ff5d6b36bc
|
@ -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}
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue