diff options
Diffstat (limited to 'rofi')
-rw-r--r-- | rofi/config.rasi | 6 |
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; +} |