Updated i3 config to only use wallpaper images for betterlockscreen

This commit is contained in:
Random936 2024-03-25 16:15:54 -07:00
parent 09289a11de
commit 95299327ab

View File

@ -4,7 +4,7 @@ set $mod Mod4
font pango:monospace 8 font pango:monospace 8
# Configure betterlockscreen # Configure betterlockscreen
exec --no-startup-id "betterlockscreen --fx dim -u $HOME/Pictures" exec --no-startup-id "betterlockscreen --fx dim -u $HOME/Pictures/wallpaper-*"
bindsym $mod+Shift+x exec "betterlockscreen -l dim -w" bindsym $mod+Shift+x exec "betterlockscreen -l dim -w"
# Use pactl to adjust volume in PulseAudio. # Use pactl to adjust volume in PulseAudio.