diff options
author | Alan Pearce | 2019-07-04 14:06:26 +0200 |
---|---|---|
committer | Alan Pearce | 2019-07-04 14:06:26 +0200 |
commit | 598f3659971e4829f2f4b61d4a07b0c930ce022f (patch) | |
tree | 12c8af4d3aa5283b1c0b51b7369468c240da286c /rofi | |
parent | e7482f9d7a372017254b57520a90bf227e63ad91 (diff) | |
download | dotfiles-598f3659971e4829f2f4b61d4a07b0c930ce022f.tar.lz dotfiles-598f3659971e4829f2f4b61d4a07b0c930ce022f.tar.zst dotfiles-598f3659971e4829f2f4b61d4a07b0c930ce022f.zip |
Rofi: make matching more predictable
Diffstat (limited to 'rofi')
-rw-r--r-- | rofi/.config/rofi/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rofi/.config/rofi/config b/rofi/.config/rofi/config index d916e15..d742f49 100644 --- a/rofi/.config/rofi/config +++ b/rofi/.config/rofi/config @@ -1,4 +1,4 @@ -rofi.matching: fuzzy +rofi.matching: glob rofi.separator-style: none rofi.line-padding: 2 |