aboutsummaryrefslogtreecommitdiff
path: root/rofi
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2020-09-08 21:42:31 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2020-09-08 21:42:31 +0200
commit165b16abdfbd46a6c242e74230613cd0f88dc311 (patch)
tree293d1310a95bc49b74a8a3955e9866ecb0b37959 /rofi
parentbdb17fe4529b22437daff830fc5b66f493c4f431 (diff)
downloaddotfiles-165b16abdfbd46a6c242e74230613cd0f88dc311.tar.gz
move rofi conf from .Xressources to .config/rofi
Diffstat (limited to 'rofi')
-rw-r--r--rofi/config.rasi6
1 files changed, 6 insertions, 0 deletions
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;
+}