1

Home: Update config for new lock

This commit is contained in:
2025-09-27 14:53:02 +02:00
parent d7efa501fc
commit c36df8ed30
2 changed files with 4 additions and 4 deletions

View File

@ -146,9 +146,9 @@
new_status = "master"; new_status = "master";
}; };
gestures = { gesture = [
workspace_swipe = false; "3, horizontal, workspace" # 3 Fingers, horizontal, workspace swipe
}; ];
misc = { misc = {
# Say no to the anime girl # Say no to the anime girl

View File

@ -406,7 +406,7 @@ in {
}; };
fuzzy = { fuzzy = {
use_frecency = true; frecency.enabled = true;
use_proximity = true; use_proximity = true;
}; };