1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

feat: replaced betterlockscreen with xsecurelock

This commit is contained in:
Ryan Kes 2020-11-28 21:22:35 +01:00
parent 668356ea8e
commit 78ec7cf2e0
3 changed files with 5 additions and 4 deletions

View File

@ -1,3 +0,0 @@
#!/usr/bin/env sh
betterlockscreen -l blur -t "Step away from the machine!"

View File

@ -9,6 +9,7 @@ set configuredApps alacritty bspwm castero emacs firejail git gnupg gtk lf dunst
set locales aspell-en hunspell-en_GB hunspell-en_US hunspell-nl set locales aspell-en hunspell-en_GB hunspell-en_US hunspell-nl
set golang go golangci-lint-bin set golang go golangci-lint-bin
set shell shfmt shellcheck set shell shfmt shellcheck
set screenlock xsecurelock xss-lock
function mkdir_if_not_exist function mkdir_if_not_exist
if [ ! -d "$argv" ] if [ ! -d "$argv" ]
@ -70,6 +71,9 @@ for sh in $shell
install_app_if_not_exist "$sh" install_app_if_not_exist "$sh"
end end
for lock in $screenlock
install_app_if_not_exist "$lock"
end
# Create directories that need to exist # Create directories that need to exist
mkdir_if_not_exist ~/.cache/mpd mkdir_if_not_exist ~/.cache/mpd

View File

@ -1,7 +1,7 @@
#-----------------------------------------------------------Functions-------------------------------------------------------------- #-----------------------------------------------------------Functions--------------------------------------------------------------
# lock screen # lock screen
super + F1 super + F1
~/.local/bin/lock xset s activate
# dmenu password selector # dmenu password selector
super + F2 super + F2