diff options
author | Alan Pearce | 2017-11-25 00:34:21 +0100 |
---|---|---|
committer | Alan Pearce | 2017-11-25 00:35:02 +0100 |
commit | b7be428cee2e5860bfb9d79348a0db961641254a (patch) | |
tree | 6b35fd7ad5528d4609b231f957b8d3f1fe74b165 /rofi | |
parent | 4515a1f73fcb74be525670769815ae4feb1310a4 (diff) | |
download | dotfiles-b7be428cee2e5860bfb9d79348a0db961641254a.tar.lz dotfiles-b7be428cee2e5860bfb9d79348a0db961641254a.tar.zst dotfiles-b7be428cee2e5860bfb9d79348a0db961641254a.zip |
rofi: Add initial configuration
Diffstat (limited to 'rofi')
-rw-r--r-- | rofi/.config/rofi/config | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rofi/.config/rofi/config b/rofi/.config/rofi/config new file mode 100644 index 0000000..d916e15 --- /dev/null +++ b/rofi/.config/rofi/config @@ -0,0 +1,8 @@ +rofi.matching: fuzzy +rofi.separator-style: none + +rofi.line-padding: 2 + +rofi.display-run: cmd +rofi.display-drun: run +rofi.display-window: win \ No newline at end of file |