diff options
Diffstat (limited to 'config/rofi/config.rasi')
| -rw-r--r-- | config/rofi/config.rasi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index 0e257d2d..c10e60d5 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -1,4 +1,5 @@ -/* 💫 https://github.com/JaKooLit 💫 */ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ + /* ---- Configuration ---- */ configuration { modi: "drun,run"; @@ -8,7 +9,7 @@ configuration { display-run: ""; display-filebrowser: ""; display-window: ""; - drun-display-format: "{name}"; + drun-display-format: "{name}"; hover-select: true; me-select-entry: "MouseSecondary"; me-accept-entry: "MousePrimary"; @@ -151,7 +152,7 @@ element { cursor: pointer; background-color: @background; border-radius: 10px; - border: 2px; + border: 0px; } element normal.normal { |
