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:
parent
668356ea8e
commit
78ec7cf2e0
@ -1,3 +0,0 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
betterlockscreen -l blur -t "Step away from the machine!"
|
4
install
4
install
@ -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 golang go golangci-lint-bin
|
||||
set shell shfmt shellcheck
|
||||
set screenlock xsecurelock xss-lock
|
||||
|
||||
function mkdir_if_not_exist
|
||||
if [ ! -d "$argv" ]
|
||||
@ -70,6 +71,9 @@ for sh in $shell
|
||||
install_app_if_not_exist "$sh"
|
||||
end
|
||||
|
||||
for lock in $screenlock
|
||||
install_app_if_not_exist "$lock"
|
||||
end
|
||||
|
||||
# Create directories that need to exist
|
||||
mkdir_if_not_exist ~/.cache/mpd
|
||||
|
@ -1,7 +1,7 @@
|
||||
#-----------------------------------------------------------Functions--------------------------------------------------------------
|
||||
# lock screen
|
||||
super + F1
|
||||
~/.local/bin/lock
|
||||
xset s activate
|
||||
|
||||
# dmenu password selector
|
||||
super + F2
|
||||
|
Loading…
Reference in New Issue
Block a user