diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-09-12 10:55:20 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-09-12 10:55:20 +0900 |
| commit | 2a457c6bd78c8ca1d407d7e7ebe1f8336e483977 (patch) | |
| tree | 47c50e43e0d13a348dee6caebb53023a385f7698 /config | |
| parent | 5275285bd27f6cc636b31c10cd38bb83748a5495 (diff) | |
workspace animation enabled. Config-compact rofi.rasi now enabled scroll bar by default
Diffstat (limited to 'config')
| -rw-r--r-- | config/hypr/UserConfigs/UserDecorAnimations.conf | 4 | ||||
| -rw-r--r-- | config/rofi/config-compact.rasi | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/config/hypr/UserConfigs/UserDecorAnimations.conf b/config/hypr/UserConfigs/UserDecorAnimations.conf index 2885971a..88224473 100644 --- a/config/hypr/UserConfigs/UserDecorAnimations.conf +++ b/config/hypr/UserConfigs/UserDecorAnimations.conf @@ -57,6 +57,6 @@ animations { animation = workspaces, 1, 5, overshot # animations for -git or version >0.42.0 - #animation = workspacesIn, 1, 5, winIn, slide - #animation = workspacesOut, 1, 5, winOut, slide + animation = workspacesIn, 1, 5, winIn, slide + animation = workspacesOut, 1, 5, winOut, slide } diff --git a/config/rofi/config-compact.rasi b/config/rofi/config-compact.rasi index 42b09f30..c1137490 100644 --- a/config/rofi/config-compact.rasi +++ b/config/rofi/config-compact.rasi @@ -36,7 +36,6 @@ listview { columns: 2; lines: 6; spacing: 4px; - scrollbar: false; border-radius: 12px; } |
