diff options
| author | Daniel <48409433+darkeddie@users.noreply.github.com> | 2024-05-20 02:31:19 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-20 02:31:19 +0000 |
| commit | 56fc332acc557bb09eae5fd317170146281fe9d9 (patch) | |
| tree | 0bdf2f0dfd32bd0c8a88420afed0c1bd64a981bc | |
| parent | f8571e98d90df097769efb9d8404806f413e438e (diff) | |
Support Shuffle in RofiBeats
| -rw-r--r-- | config/rofi/config-rofi-Beats-menu.rasi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/rofi/config-rofi-Beats-menu.rasi b/config/rofi/config-rofi-Beats-menu.rasi index 6cdd6e99..fd2e194e 100644 --- a/config/rofi/config-rofi-Beats-menu.rasi +++ b/config/rofi/config-rofi-Beats-menu.rasi @@ -18,5 +18,5 @@ window { listview { fixed-columns: false; colums: 1; - lines: 2; -}
\ No newline at end of file + lines: 3; +} |
