diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-23 19:21:04 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-23 19:21:04 +0900 |
| commit | cdc5e5646fb2f2cc85b483bbe6fcd89bdae9d1ec (patch) | |
| tree | 0036563e34d9b88faf39a7a351a5824e65331f5c /config | |
| parent | e3dc6fdd99fc84a9c4ce5f9ec9553228ed56ee63 (diff) | |
added listview cycles to all rofi
Diffstat (limited to 'config')
| -rw-r--r-- | config/rofi/config-Animations.rasi | 1 | ||||
| -rw-r--r-- | config/rofi/config-Monitors.rasi | 1 | ||||
| -rw-r--r-- | config/rofi/config-clipboard.rasi | 1 | ||||
| -rw-r--r-- | config/rofi/config-edit.rasi | 1 | ||||
| -rw-r--r-- | config/rofi/config-emoji.rasi | 1 | ||||
| -rw-r--r-- | config/rofi/config-keybinds.rasi | 5 | ||||
| -rw-r--r-- | config/rofi/config-rofi-Beats-menu.rasi | 3 | ||||
| -rw-r--r-- | config/rofi/config-rofi-Beats.rasi | 3 | ||||
| -rw-r--r-- | config/rofi/config-rofi-theme.rasi | 1 | ||||
| -rw-r--r-- | config/rofi/config-wallpaper-effect.rasi | 1 | ||||
| -rw-r--r-- | config/rofi/config-wallpaper.rasi | 1 | ||||
| -rw-r--r-- | config/rofi/config-waybar-layout.rasi | 1 | ||||
| -rw-r--r-- | config/rofi/config-waybar-style.rasi | 1 | ||||
| -rw-r--r-- | config/rofi/config-zsh-theme.rasi | 1 |
14 files changed, 18 insertions, 4 deletions
diff --git a/config/rofi/config-Animations.rasi b/config/rofi/config-Animations.rasi index f26eecd6..e1994b6a 100644 --- a/config/rofi/config-Animations.rasi +++ b/config/rofi/config-Animations.rasi @@ -29,6 +29,7 @@ listview { margin: 10px; scrollbar: true; spacing: 6px; + cycle: true; } /* ---- Elements ---- */ diff --git a/config/rofi/config-Monitors.rasi b/config/rofi/config-Monitors.rasi index dd5d762d..453d7110 100644 --- a/config/rofi/config-Monitors.rasi +++ b/config/rofi/config-Monitors.rasi @@ -29,6 +29,7 @@ listview { fixed-height: false; margin: 10px; scrollbar: true; + cycle: true; } /* ---- Elements ---- */ diff --git a/config/rofi/config-clipboard.rasi b/config/rofi/config-clipboard.rasi index d0d3d3ae..1109c3c0 100644 --- a/config/rofi/config-clipboard.rasi +++ b/config/rofi/config-clipboard.rasi @@ -27,6 +27,7 @@ listview { lines: 8; fixed-height: true; spacing: 6px; + cycle: true; } /* ---- Elements ---- */ diff --git a/config/rofi/config-edit.rasi b/config/rofi/config-edit.rasi index 4f5215ef..2ed85ed1 100644 --- a/config/rofi/config-edit.rasi +++ b/config/rofi/config-edit.rasi @@ -29,6 +29,7 @@ listview { fixed-height: false; scrollbar: true; spacing: 6px; + cycle: true; } /* ---- Entry input ---- */ diff --git a/config/rofi/config-emoji.rasi b/config/rofi/config-emoji.rasi index 3ab498e3..80aa5076 100644 --- a/config/rofi/config-emoji.rasi +++ b/config/rofi/config-emoji.rasi @@ -29,6 +29,7 @@ listview { fixed-height: false; scrollbar: true; spacing: 6px; + cycle: true; } /* ---- Elements ---- */ diff --git a/config/rofi/config-keybinds.rasi b/config/rofi/config-keybinds.rasi index 256c2e87..03c0c8c1 100644 --- a/config/rofi/config-keybinds.rasi +++ b/config/rofi/config-keybinds.rasi @@ -23,11 +23,12 @@ listview { fixed-height: false; scrollbar: true; spacing: 6px; + cycle: true; } window { - width: 90%; - height: inherit; + width: 90%; + height: inherit; } /* ---- Elements ---- */ diff --git a/config/rofi/config-rofi-Beats-menu.rasi b/config/rofi/config-rofi-Beats-menu.rasi index ea20a09c..aa3e8258 100644 --- a/config/rofi/config-rofi-Beats-menu.rasi +++ b/config/rofi/config-rofi-Beats-menu.rasi @@ -1,5 +1,5 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* Main config Rofi Beats Config (compact) */ +/* Main config Rofi Beats Config menu */ @import "~/.config/rofi/config.rasi" @@ -32,6 +32,7 @@ listview { colums: 1; lines: 3; spacing: 6px; + cycle: true; } /* ---- Element ---- */ diff --git a/config/rofi/config-rofi-Beats.rasi b/config/rofi/config-rofi-Beats.rasi index 9c67f4e4..f2fb7838 100644 --- a/config/rofi/config-rofi-Beats.rasi +++ b/config/rofi/config-rofi-Beats.rasi @@ -1,5 +1,5 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* Rofi Beats Config (compact) */ +/* Rofi Beats Config */ @import "~/.config/rofi/config.rasi" @@ -28,6 +28,7 @@ listview { margin: 10px; scrollbar: true; spacing: 6px; + cycle: true; } /* ---- Elements ---- */ diff --git a/config/rofi/config-rofi-theme.rasi b/config/rofi/config-rofi-theme.rasi index 83975f64..652cd94c 100644 --- a/config/rofi/config-rofi-theme.rasi +++ b/config/rofi/config-rofi-theme.rasi @@ -29,6 +29,7 @@ listview { margin: 10px; scrollbar: true; spacing: 6px; + cycle: true; } /* ---- Elements ---- */ diff --git a/config/rofi/config-wallpaper-effect.rasi b/config/rofi/config-wallpaper-effect.rasi index 61d68a76..1a61e29d 100644 --- a/config/rofi/config-wallpaper-effect.rasi +++ b/config/rofi/config-wallpaper-effect.rasi @@ -29,6 +29,7 @@ listview { fixed-height: false; scrollbar: true; spacing: 6px; + cycle: true; } /* ---- Inputbar ---- */ diff --git a/config/rofi/config-wallpaper.rasi b/config/rofi/config-wallpaper.rasi index 99f68098..1793f320 100644 --- a/config/rofi/config-wallpaper.rasi +++ b/config/rofi/config-wallpaper.rasi @@ -37,6 +37,7 @@ listview { flow: horizontal; fixed-width: true; fixed-height: true; + cycle: true; } /* ---- Element ---- */ diff --git a/config/rofi/config-waybar-layout.rasi b/config/rofi/config-waybar-layout.rasi index 97ebe96f..2b01b157 100644 --- a/config/rofi/config-waybar-layout.rasi +++ b/config/rofi/config-waybar-layout.rasi @@ -34,6 +34,7 @@ listview { margin: 10px; scrollbar: true; spacing: 6px; + cycle: true; } /* ---- Elements ---- */ diff --git a/config/rofi/config-waybar-style.rasi b/config/rofi/config-waybar-style.rasi index bf9b11f2..ce6a76a9 100644 --- a/config/rofi/config-waybar-style.rasi +++ b/config/rofi/config-waybar-style.rasi @@ -33,6 +33,7 @@ listview { margin: 10px; scrollbar: true; spacing: 6px; + cycle: true; } /* ---- Elements ---- */ diff --git a/config/rofi/config-zsh-theme.rasi b/config/rofi/config-zsh-theme.rasi index 77de89ea..75c44767 100644 --- a/config/rofi/config-zsh-theme.rasi +++ b/config/rofi/config-zsh-theme.rasi @@ -41,6 +41,7 @@ listview { lines: 3; spacing: 4px; border-radius: 10px; + cycle: true; } /* ---- Element ---- */ |
