From 95299327ab3d3f80d9017fa6b72ccd8985ddc41f Mon Sep 17 00:00:00 2001 From: Random936 Date: Mon, 25 Mar 2024 16:15:54 -0700 Subject: [PATCH] Updated i3 config to only use wallpaper images for betterlockscreen --- .config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index 371aaa2..1f4ae3c 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -4,7 +4,7 @@ set $mod Mod4 font pango:monospace 8 # 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" # Use pactl to adjust volume in PulseAudio.