From 705c794ea9c4acc1a2461afbcbb9fd3338d48975 Mon Sep 17 00:00:00 2001 From: Dmytro Meleshko Date: Fri, 2 Oct 2020 17:34:53 +0300 Subject: [PATCH] [misc] add Rofi configuration --- misc/rofi.config.rasi | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 misc/rofi.config.rasi diff --git a/misc/rofi.config.rasi b/misc/rofi.config.rasi new file mode 100644 index 0000000..1305d5e --- /dev/null +++ b/misc/rofi.config.rasi @@ -0,0 +1,5 @@ +configuration { + modi: "window,run,drun,ssh"; + font: "monospace 16"; + kb-cancel: "Control+g,Control+bracketleft,!Escape"; +}