diff --git a/bspwm/.local/bin/lock b/bspwm/.local/bin/lock deleted file mode 100755 index fd742f2..0000000 --- a/bspwm/.local/bin/lock +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env sh - -betterlockscreen -l blur -t "Step away from the machine!" diff --git a/install b/install index 2732993..7d98b04 100755 --- a/install +++ b/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 diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 9cc8056..7a74e8e 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -1,7 +1,7 @@ #-----------------------------------------------------------Functions-------------------------------------------------------------- # lock screen super + F1 - ~/.local/bin/lock + xset s activate # dmenu password selector super + F2