diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-12-27 21:49:51 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-12-27 21:49:51 +0900 |
| commit | e8cb40a7a50fcaec00b3e0bd405507509bb53763 (patch) | |
| tree | d965b0af2fd465322cf21027a8842d7e91466b9d /config/hypr | |
| parent | 33d4cd47ce639aeb39991b944895477a0e3b1745 (diff) | |
typo and animation
Diffstat (limited to 'config/hypr')
| -rw-r--r-- | config/hypr/configs/Settings.conf | 13 | ||||
| -rwxr-xr-x | config/hypr/scripts/KeyHints.sh | 2 |
2 files changed, 7 insertions, 8 deletions
diff --git a/config/hypr/configs/Settings.conf b/config/hypr/configs/Settings.conf index 7107d408..859df94d 100644 --- a/config/hypr/configs/Settings.conf +++ b/config/hypr/configs/Settings.conf @@ -79,14 +79,13 @@ animations { bezier = bounce, 1.1, 1.6, 0.1, 0.85 bezier = sligshot, 1, -1, 0.15, 1.25 bezier = nice, 0, 6.9, 0.5, -4.20 - - animation = windows, 1, 6, wind, slide - animation = windowsIn, 1, 6, winIn, slide - animation = windowsOut, 1, 5, winOut, slide + + animation = windowsIn, 1, 5, slow, popin + animation = windowsOut, 1, 5, winOut, popin animation = windowsMove, 1, 5, wind, slide - animation = border, 1, 1, linear - animation = borderangle, 1, 150, linear, loop - animation = fade, 1, 10, default + animation = border, 1, 10, linear + animation = borderangle, 1, 100, linear, loop + animation = fade, 1, 5, overshot animation = workspaces, 1, 5, wind animation = windows, 1, 5, bounce, popin } diff --git a/config/hypr/scripts/KeyHints.sh b/config/hypr/scripts/KeyHints.sh index a9d93d00..86d10f09 100755 --- a/config/hypr/scripts/KeyHints.sh +++ b/config/hypr/scripts/KeyHints.sh @@ -49,7 +49,7 @@ yad --width=$dynamic_width --height=$dynamic_height \ " CTRL B" "Choose waybar styles" "(waybar styles)" \ " ALT B" "Choose waybar layout" "(waybar layout)" \ " ALT R" "Reload Waybar swaync Rofi" "CHECK NOTIFICATION FIRST!!!" \ -" SHIFT N" "Launch Notification Pannel" "SwayNC Control Center" \ +" SHIFT N" "Launch Notification Panel" "swaync Notification Center" \ " Print" "screenshot" "(grim)" \ " Shift Print" "screenshot region" "(grim + slurp)" \ " Shift S" "screenshot region" "(swappy)" \ |
