add betterlockscreen

This commit is contained in:
2023-10-26 18:17:44 +02:00
parent 44c5356ddc
commit a2f624a2c2
2 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ SCRIPT_DIR="$( cd "$( dirname "$BASH_SOURCE[0]" )" && pwd )"
#deploy auto complete for zsh
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions
#caching the background
betterlockscreen -u bg.png
symlinkFile() {
filename="$SCRIPT_DIR/$1"
destination="$HOME/$2/$1"

View File

@@ -173,7 +173,7 @@ bindsym $mod+Shift+h exec "~/.screenlayout/home-setup.sh"
bindsym $mod+Shift+p exec "~/.screenlayout/portable-setup.sh"
bindsym $mod+Shift+w exec "~/bin/map-wacom"
bindsym $mod+b exec "boomer"
bindsym $mod+Shift+n exec "i3lock --image ~/dotfiles/bg.png"
bindsym $mod+Shift+n exec "betterlockscreen --lock"
bindsym $mod+Shift+b exec "quentin_saver"
bindsym --release $mod+Shift+l exec "slock"