diff options
Diffstat (limited to '.config/rofi/config.rasi')
-rw-r--r-- | .config/rofi/config.rasi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi new file mode 100644 index 0000000..fcceafe --- /dev/null +++ b/.config/rofi/config.rasi @@ -0,0 +1,14 @@ +configuration { + show-icons: true; + terminal: "sakura"; + + modi: "combi,drun,window,ssh"; + combi-modes: "window,drun"; + combi-display-format: "{text}"; + + kb-mode-next: "Alt+Tab"; + kb-mode-previous: "Alt+Shift+Tab"; +} + +@theme "custom" + |