From 487d64163c59fa3de79b5ff1abf303475395c4a2 Mon Sep 17 00:00:00 2001 From: Warrick Lo Date: Sat, 11 Dec 2021 23:33:16 -0800 Subject: Restructure entire home directory The new XDG base directories will resemble the Filesystem Hierarchy Standard on Linux or the FreeBSD/OpenBSD directory structure. Refer to the FHS or hier(7). XDG user directories are defined in $XDG_CONFIG_HOME/user-dirs.dirs. --- etc/rofi/config.rasi | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 etc/rofi/config.rasi (limited to 'etc/rofi/config.rasi') diff --git a/etc/rofi/config.rasi b/etc/rofi/config.rasi new file mode 100644 index 0000000..f1d8163 --- /dev/null +++ b/etc/rofi/config.rasi @@ -0,0 +1,10 @@ +/* Rofi configuration */ + +configuration { + timeout { + delay: 10; + action: "kb-cancel"; + } + + theme: "theme"; +} -- cgit v1.2.3