diff options
| author | Ja.KooLit <ejhay.games@gmail.com> | 2024-05-02 09:47:40 +0900 |
|---|---|---|
| committer | Ja.KooLit <ejhay.games@gmail.com> | 2024-05-02 09:47:40 +0900 |
| commit | 371976a4cfbe70ea871e8d32051dcfa5a5569faf (patch) | |
| tree | 4e1e23bc7f11da24dc982cbd5a1f86116f8ee1bd /config/rofi | |
| parent | 1af3f2cd9bddf55df8051cd9f1a15c997e7ffd24 (diff) | |
added Windowrules.Conf - to assign workspace rules, ie, assigning specific workspace into a certain monitors
Diffstat (limited to 'config/rofi')
| -rw-r--r-- | config/rofi/config-compact.rasi | 2 | ||||
| -rw-r--r-- | config/rofi/resolution/1080p/config-compact.rasi | 2 | ||||
| -rw-r--r-- | config/rofi/resolution/1440p/config-compact.rasi | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/config/rofi/config-compact.rasi b/config/rofi/config-compact.rasi index 2d68a6d0..9cc7b03d 100644 --- a/config/rofi/config-compact.rasi +++ b/config/rofi/config-compact.rasi @@ -110,7 +110,7 @@ entry { listview { enabled: true; columns: 1; - lines: 7; + lines: 10; spacing: 4px; dynamic: true; cycle: true; diff --git a/config/rofi/resolution/1080p/config-compact.rasi b/config/rofi/resolution/1080p/config-compact.rasi index 2d68a6d0..9cc7b03d 100644 --- a/config/rofi/resolution/1080p/config-compact.rasi +++ b/config/rofi/resolution/1080p/config-compact.rasi @@ -110,7 +110,7 @@ entry { listview { enabled: true; columns: 1; - lines: 7; + lines: 10; spacing: 4px; dynamic: true; cycle: true; diff --git a/config/rofi/resolution/1440p/config-compact.rasi b/config/rofi/resolution/1440p/config-compact.rasi index 825fff62..01ad4562 100644 --- a/config/rofi/resolution/1440p/config-compact.rasi +++ b/config/rofi/resolution/1440p/config-compact.rasi @@ -39,7 +39,7 @@ window { enabled: true; border-radius: 15px; border-radius: 15px; - background-image: url("~/.config/rofi/.current_wallpaper", height); + background-image: url("~/.config/rofi/.current_wallpaper", height); } /* ---- Mainbox ---- */ @@ -110,7 +110,7 @@ entry { listview { enabled: true; columns: 1; - lines: 7; + lines: 10; spacing: 4px; dynamic: true; cycle: true; |
