How do I remove or disable the blurred screen that asks for verification? Sometimes I can get out of it by inputting my password but there are times where I couldn’t get out even when I input my password so I basically get stuck there.
wonder if mean " blur-lock " ?
forgive i no use EOS i3.
# Lock the system
# lock with a picture:
#bindsym $mod+l exec i3lock -i ~/.config/i3/i3-lock-screen.png -p default|win -t
# lock by blurring the screen:
bindsym $mod+l exec ~/.config/i3/scripts/blur-lock
3 Likes
welcome @rhaiser23 to the purple fun side of Linux and i3
yea easy… almost everything is in the two default config files for i3… and if not the hint where to find like on rofi…
# Lock the system
# lock with a picture:
#bindsym $mod+l exec i3lock -i ~/.config/i3/i3-lock-screen.png -p default|win -t
# lock by blurring the screen:
bindsym $mod+l exec ~/.config/i3/scripts/blur-lock
as @Shjim mentioned already… comment it or change another screen lock option if you want.
1 Like
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.