From 165b16abdfbd46a6c242e74230613cd0f88dc311 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Tue, 8 Sep 2020 21:42:31 +0200 Subject: move rofi conf from .Xressources to .config/rofi --- rofi/config.rasi | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 rofi/config.rasi (limited to 'rofi') diff --git a/rofi/config.rasi b/rofi/config.rasi new file mode 100644 index 0000000..c96007b --- /dev/null +++ b/rofi/config.rasi @@ -0,0 +1,6 @@ +configuration { + modi: "window,drun,ssh"; + theme: "sidebar"; + combi-modi: "window,drun,ssh"; + show-icons: true; +} -- cgit v1.2.3