diff options
author | justanothercatgirl <sotov2070@gmail.com> | 2024-03-02 23:06:29 +0300 |
---|---|---|
committer | justanothercatgirl <sotov2070@gmail.com> | 2024-03-02 23:06:29 +0300 |
commit | 9e6474b07d1d06b2ba06bb3e3ba90f15389f233a (patch) | |
tree | 38886769cf58027c0b1df551579466f6c146e332 /.config/rofi/config.rasi | |
parent | e5a92069480899e8af963a2014836eefbe4ba7c1 (diff) |
added rofi theme
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" + |