mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Don't submit empty passwords on lock screen
This commit is contained in:
5
migrations/1764378788.sh
Normal file
5
migrations/1764378788.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
echo "Ignore empty passwords on lock screen"
|
||||
|
||||
if ! grep -q "ignore_empty_input" ~/.config/hypr/hyprlock.conf; then
|
||||
sed -i "/source =/a\ \ngeneral {\n ignore_empty_input = true\n}" ~/.config/hypr/hyprlock.conf
|
||||
fi
|
||||
Reference in New Issue
Block a user