From 6fa236111927666155093e4fe915897a89e3cfd7 Mon Sep 17 00:00:00 2001 From: Warrick Lo Date: Mon, 29 Nov 2021 00:20:15 -0800 Subject: Add Rofi configs --- .config/rofi/config.rasi | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .config/rofi/config.rasi (limited to '.config/rofi/config.rasi') diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi new file mode 100644 index 0000000..f1d8163 --- /dev/null +++ b/.config/rofi/config.rasi @@ -0,0 +1,10 @@ +/* Rofi configuration */ + +configuration { + timeout { + delay: 10; + action: "kb-cancel"; + } + + theme: "theme"; +} -- cgit v1.2.3