diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-17 02:12:40 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-17 02:12:40 +0900 |
| commit | fe11fa7c5ab3283b90f0b9cd338cb7a1381c5344 (patch) | |
| tree | f44ff0b90f3400f4e60a0a946a8a166caedfddd7 /config/rofi/config-calc.rasi | |
| parent | 95cfbad03007b28c0a3728530e4d59b0e56ff4af (diff) | |
fixed some width issues on some rofi configs
Diffstat (limited to 'config/rofi/config-calc.rasi')
| -rw-r--r-- | config/rofi/config-calc.rasi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/rofi/config-calc.rasi b/config/rofi/config-calc.rasi index 1dfd1887..87082d76 100644 --- a/config/rofi/config-calc.rasi +++ b/config/rofi/config-calc.rasi @@ -10,6 +10,10 @@ mainbox { height: inherit; } +/* ---- Window ---- */ +window { + width: 30%; +} /* ---- Entry ---- */ entry { |
