diff options
| author | Ja.KooLit <ejhay.games@gmail.com> | 2023-11-05 23:21:33 +0900 |
|---|---|---|
| committer | Ja.KooLit <ejhay.games@gmail.com> | 2023-11-05 23:21:33 +0900 |
| commit | 4dcde3fd2617d934b86ac7e261a3fc2de42599f3 (patch) | |
| tree | 142180c776a2ece53670950f2e2b664c8e0ffaf9 /config/rofi/config-power.rasi | |
| parent | 9ab2c32a504aacbe597fa6acd523a77967a6ed10 (diff) | |
small update
Diffstat (limited to 'config/rofi/config-power.rasi')
| -rw-r--r-- | config/rofi/config-power.rasi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/rofi/config-power.rasi b/config/rofi/config-power.rasi index 919b0c7c..58a35dd6 100644 --- a/config/rofi/config-power.rasi +++ b/config/rofi/config-power.rasi @@ -1,8 +1,8 @@ -/* -/** ---- Configuration ---- **/ +/* 💫 https://github.com/JaKooLit 💫 */ +/* ---- Configuration ---- */ configuration { - modi: "drun,filebrowser,window,run"; - font: "Fira Code 12"; + modi: "drun,run"; + font: "Fira Code SemiBold 12"; show-icons: true; display-drun: ""; display-run: ""; @@ -10,7 +10,7 @@ configuration { display-window: ""; drun-display-format: "{name}"; hover-select: true; - me-select-entry: ""; + me-select-entry: "MouseSecondary"; me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; |
