From 61d0ea9cb67c77bbcb587e3deebb40d511894c17 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 3 Feb 2026 23:29:04 +0100 Subject: Add tofi launcher with theming --- roles/tofi/files/config | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 roles/tofi/files/config (limited to 'roles/tofi/files') diff --git a/roles/tofi/files/config b/roles/tofi/files/config new file mode 100644 index 00000000..0cc136e7 --- /dev/null +++ b/roles/tofi/files/config @@ -0,0 +1,46 @@ +# Default config for tofi +# +# To use the following line to ~/.config/tofi/config +# include = /etc/xdg/tofi/config +# A complete reference of available options can be found in `man 5 tofi`. +# Ref: https://github.com/philj56/tofi/blob/1eb6137572ab6c257ab6ab851d5d742167c18120/doc/config + +### Fonts +font = "monospace" +font-size = 14 +font-features = "" +font-variations = "" +hint-font = true + +### Text layout +prompt-text = "Run: " +prompt-padding = 0 +placeholder-text = "Application" +num-results = 0 +result-spacing = 14 +horizontal = false +min-input-width = 0 + +### Window positioning +output = "" +anchor = center +exclusive-zone = 0 +margin-top = 0 +margin-bottom = 0 +margin-left = 0 +margin-right = 0 + +### Behaviour +hide-cursor = false +text-cursor = false +history = false +# history-file = /path/to/histfile +matching-algorithm = normal +require-match = true +auto-accept-single = false +hide-input = false +physical-keybindings = false +print-index = false +drun-launch = false +late-keyboard-init = false +multi-instance = true -- cgit v1.2.3