diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/hypr/hypridle.conf | 2 | ||||
| -rw-r--r-- | .config/rofi/config.rasi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/hypr/hypridle.conf b/.config/hypr/hypridle.conf index b0a8883..ccdeca1 100644 --- a/.config/hypr/hypridle.conf +++ b/.config/hypr/hypridle.conf @@ -11,7 +11,7 @@ listener { } listener { - timeout = 300 # 5min + timeout = 600 # 10min on-timeout = loginctl lock-session # lock screen when timeout has passed } diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 5f5a47b..8476280 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -190,7 +190,7 @@ prompt { text-color: @normal-foreground; } configuration { - matching: "fuzzy"; + // matching: "fuzzy"; case-sensitive: false; } textbox-prompt-colon { |
