Browse Source

typo and animation

pull/106/head
JaKooLit 2 years ago
parent
commit
e8cb40a7a5
  1. 13
      config/hypr/configs/Settings.conf
  2. 2
      config/hypr/scripts/KeyHints.sh

13
config/hypr/configs/Settings.conf

@ -79,14 +79,13 @@ animations {
bezier = bounce, 1.1, 1.6, 0.1, 0.85 bezier = bounce, 1.1, 1.6, 0.1, 0.85
bezier = sligshot, 1, -1, 0.15, 1.25 bezier = sligshot, 1, -1, 0.15, 1.25
bezier = nice, 0, 6.9, 0.5, -4.20 bezier = nice, 0, 6.9, 0.5, -4.20
animation = windows, 1, 6, wind, slide animation = windowsIn, 1, 5, slow, popin
animation = windowsIn, 1, 6, winIn, slide animation = windowsOut, 1, 5, winOut, popin
animation = windowsOut, 1, 5, winOut, slide
animation = windowsMove, 1, 5, wind, slide animation = windowsMove, 1, 5, wind, slide
animation = border, 1, 1, linear animation = border, 1, 10, linear
animation = borderangle, 1, 150, linear, loop animation = borderangle, 1, 100, linear, loop
animation = fade, 1, 10, default animation = fade, 1, 5, overshot
animation = workspaces, 1, 5, wind animation = workspaces, 1, 5, wind
animation = windows, 1, 5, bounce, popin animation = windows, 1, 5, bounce, popin
} }

2
config/hypr/scripts/KeyHints.sh

@ -49,7 +49,7 @@ yad --width=$dynamic_width --height=$dynamic_height \
" CTRL B" "Choose waybar styles" "(waybar styles)" \ " CTRL B" "Choose waybar styles" "(waybar styles)" \
" ALT B" "Choose waybar layout" "(waybar layout)" \ " ALT B" "Choose waybar layout" "(waybar layout)" \
" ALT R" "Reload Waybar swaync Rofi" "CHECK NOTIFICATION FIRST!!!" \ " 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)" \ " Print" "screenshot" "(grim)" \
" Shift Print" "screenshot region" "(grim + slurp)" \ " Shift Print" "screenshot region" "(grim + slurp)" \
" Shift S" "screenshot region" "(swappy)" \ " Shift S" "screenshot region" "(swappy)" \

Loading…
Cancel
Save