mirror of
https://github.com/RGBCube/ncc
synced 2025-08-01 12:37:46 +00:00
Material Animations & Hyprpicker
This commit is contained in:
parent
16db279f76
commit
11f0eb1b29
1 changed files with 22 additions and 5 deletions
|
@ -84,6 +84,7 @@
|
||||||
bind = SUPER, RETURN, exec, kitty
|
bind = SUPER, RETURN, exec, kitty
|
||||||
bind = SUPER, W, exec, firefox
|
bind = SUPER, W, exec, firefox
|
||||||
bind = SUPER, D, exec, discord
|
bind = SUPER, D, exec, discord
|
||||||
|
bind = SUPER, C, exec, hyprpicker --autocopy
|
||||||
|
|
||||||
bind = SUPER, B, exec, pkill --signal SIGUSR1 waybar
|
bind = SUPER, B, exec, pkill --signal SIGUSR1 waybar
|
||||||
|
|
||||||
|
@ -107,6 +108,24 @@
|
||||||
bindle = , XF86PowerOff, exec, pkill fuzzel; echo -e "Suspend\nHibernate\nPower Off\nReboot" | fuzzel --dmenu | tr --delete " " | tr "[:upper:]" "[:lower:]" | xargs systemctl
|
bindle = , XF86PowerOff, exec, pkill fuzzel; echo -e "Suspend\nHibernate\nPower Off\nReboot" | fuzzel --dmenu | tr --delete " " | tr "[:upper:]" "[:lower:]" | xargs systemctl
|
||||||
''
|
''
|
||||||
+
|
+
|
||||||
|
''
|
||||||
|
animations {
|
||||||
|
bezier = md3_standard, 0.2, 0, 0, 1
|
||||||
|
bezier = md3_decel, 0.05, 0.7, 0.1, 1
|
||||||
|
bezier = md3_accel, 0.3, 0, 0.8, 0.15
|
||||||
|
bezier = overshot, 0.05, 0.9, 0.1, 1.1
|
||||||
|
bezier = crazyshot, 0.1, 1.5, 0.76, 0.92
|
||||||
|
bezier = hyprnostretch, 0.05, 0.9, 0.1, 1.0
|
||||||
|
bezier = fluent_decel, 0.1, 1, 0, 1
|
||||||
|
|
||||||
|
animation = windows, 1, 2, md3_decel, popin 80%
|
||||||
|
animation = border, 1, 10, default
|
||||||
|
animation = fade, 1, 2, default
|
||||||
|
animation = workspaces, 1, 3, md3_decel
|
||||||
|
animation = specialWorkspace, 1, 3, md3_decel, slidevert
|
||||||
|
}
|
||||||
|
''
|
||||||
|
+
|
||||||
''
|
''
|
||||||
decoration {
|
decoration {
|
||||||
drop_shadow = false
|
drop_shadow = false
|
||||||
|
@ -155,8 +174,8 @@
|
||||||
repeat_rate = 60
|
repeat_rate = 60
|
||||||
|
|
||||||
touchpad {
|
touchpad {
|
||||||
clickfinger_behaviour = true
|
clickfinger_behavior = true
|
||||||
drag_lock = true
|
drag_lock = true
|
||||||
|
|
||||||
natural_scroll = true
|
natural_scroll = true
|
||||||
scroll_factor = 0.7
|
scroll_factor = 0.7
|
||||||
|
@ -173,9 +192,6 @@
|
||||||
+
|
+
|
||||||
''
|
''
|
||||||
misc {
|
misc {
|
||||||
animate_manual_resizes = true
|
|
||||||
animate_mouse_windowdragging = true
|
|
||||||
|
|
||||||
disable_hyprland_logo = true
|
disable_hyprland_logo = true
|
||||||
disable_splash_rendering = true
|
disable_splash_rendering = true
|
||||||
|
|
||||||
|
@ -198,6 +214,7 @@
|
||||||
brightnessctl
|
brightnessctl
|
||||||
cliphist
|
cliphist
|
||||||
grim
|
grim
|
||||||
|
hyprpicker
|
||||||
slurp
|
slurp
|
||||||
swappy
|
swappy
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue