diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-23 23:28:03 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-23 23:28:03 +0900 |
| commit | b370efc06c339305d580e7ec43cd0bc0b75937e3 (patch) | |
| tree | 2d0a5cbbdad74dac6c227518abdf698d8d8a09d6 /config/rofi/themes/KooL_style-11-Win11-list-light.rasi | |
| parent | cdc5e5646fb2f2cc85b483bbe6fcd89bdae9d1ec (diff) | |
disabled all Rofi DPI settings as it does not seem to work anyway
Diffstat (limited to 'config/rofi/themes/KooL_style-11-Win11-list-light.rasi')
| -rw-r--r-- | config/rofi/themes/KooL_style-11-Win11-list-light.rasi | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/config/rofi/themes/KooL_style-11-Win11-list-light.rasi b/config/rofi/themes/KooL_style-11-Win11-list-light.rasi index fdcd4f1a..b3979f13 100644 --- a/config/rofi/themes/KooL_style-11-Win11-list-light.rasi +++ b/config/rofi/themes/KooL_style-11-Win11-list-light.rasi @@ -6,11 +6,10 @@ /* ---- Configuration ---- */ configuration { - dpi: 1; - show-icons: true; - hover-select: true; - me-select-entry: "MouseSecondary"; - me-accept-entry: "MousePrimary"; + show-icons: true; + hover-select: true; + me-select-entry: "MouseSecondary"; + me-accept-entry: "MousePrimary"; } /*****----- Global Properties -----*****/ |
