diff options
author | lonkaars <l.leblansch@gmail.com> | 2020-12-24 16:36:35 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2020-12-24 16:36:35 +0100 |
commit | dcc298300149377757d3227231b270d0cd67a804 (patch) | |
tree | 7ea28f9ede8a98f2a9f53545b564bcc414136f49 | |
parent | 8d843e32035fef3f6d8ac318f631ac7a0dc7c7da (diff) |
removed modes from rofi
-rw-r--r-- | .config/rofi/config.rasi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 92e7aa5..7dadde0 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -1,5 +1,5 @@ configuration { - modi: "drun,run,window,ssh"; + modi: "drun,run"; lines: 4; font: "JetBrainsMono NF 10"; matching: "fuzzy"; |