summaryrefslogtreecommitdiff
path: root/.config/fuzzel
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-11-18 18:48:49 +0100
committerThomas Voss <mail@thomasvoss.com> 2023-11-18 18:48:49 +0100
commit3ed52a75442a01cfa2bf40420469ce86dadfc329 (patch)
treece556fcb8cc8749effa0a15568785dd742a0469b /.config/fuzzel
parentdab0f2954bdec40e3c85dcdaeb16cdbb403072ef (diff)
fuzzel: Switch from wofi to fuzzel
Diffstat (limited to '.config/fuzzel')
-rw-r--r--.config/fuzzel/fuzzel.ini27
1 files changed, 27 insertions, 0 deletions
diff --git a/.config/fuzzel/fuzzel.ini b/.config/fuzzel/fuzzel.ini
new file mode 100644
index 0000000..fad8948
--- /dev/null
+++ b/.config/fuzzel/fuzzel.ini
@@ -0,0 +1,27 @@
+[main]
+font=SF Compact Text:size=10
+fuzzy=no
+password-character=•
+prompt=""
+terminal=foot
+lines=20
+width=40
+layer=overlay
+line-height=14
+inner-pad=8
+
+[colors]
+background=2B303BE6
+border=FAA14FFF
+text=C5C8C6FF
+selection=414859E6
+selection-text=C5C8C6FF
+
+[border]
+width=3
+radius=8
+
+[key-bindings]
+prev="Up Control+k"
+next="Down Control+j"
+delete-line="Control+Shift+k"