hyprland: add border gradient and other
This commit is contained in:
parent
5bb9316125
commit
0c1da0e32a
1 changed files with 11 additions and 2 deletions
|
@ -19,7 +19,7 @@ _: {
|
||||||
gaps_in = 10
|
gaps_in = 10
|
||||||
gaps_out = 20
|
gaps_out = 20
|
||||||
border_size = 4
|
border_size = 4
|
||||||
col.active_border = rgb(f5c2e7)
|
col.active_border = rgb(f7768e) rgb(2ac3de)
|
||||||
col.inactive_border = rgb(6c7086)
|
col.inactive_border = rgb(6c7086)
|
||||||
|
|
||||||
layout = dwindle
|
layout = dwindle
|
||||||
|
@ -48,12 +48,17 @@ _: {
|
||||||
enabled = yes
|
enabled = yes
|
||||||
|
|
||||||
bezier = fastBezier, 0.05, 1.1, 0.2, 1.0
|
bezier = fastBezier, 0.05, 1.1, 0.2, 1.0
|
||||||
|
bezier = linear, 0.0, 0.0, 1.0, 1.0
|
||||||
|
bezier = liner, 1, 1, 1, 1
|
||||||
|
|
||||||
animation = windows, 1, 7, fastBezier, slide
|
animation = windows, 1, 7, fastBezier, slide
|
||||||
animation = windowsOut, 1, 7, fastBezier, slide
|
animation = windowsOut, 1, 7, fastBezier, slide
|
||||||
animation = border, 1, 10, fastBezier
|
animation = border, 1, 10, fastBezier
|
||||||
animation = fade, 1, 7, fastBezier
|
animation = fade, 1, 7, fastBezier
|
||||||
animation = workspaces, 1, 6, fastBezier
|
animation = workspaces, 1, 6, fastBezier
|
||||||
|
animation = border, 1, 1, liner
|
||||||
|
animation = borderangle, 1, 40, liner, loop
|
||||||
|
animation = borderangle, 1, 100, linear, loop
|
||||||
}
|
}
|
||||||
|
|
||||||
dwindle {
|
dwindle {
|
||||||
|
@ -73,6 +78,10 @@ _: {
|
||||||
sensitivity = -0.5
|
sensitivity = -0.5
|
||||||
}
|
}
|
||||||
|
|
||||||
|
misc {
|
||||||
|
disable_hyprland_logo = true
|
||||||
|
}
|
||||||
|
|
||||||
exec-once = swww init
|
exec-once = swww init
|
||||||
|
|
||||||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||||
|
@ -99,7 +108,7 @@ _: {
|
||||||
bind = $mainMod, Return, exec, wezterm
|
bind = $mainMod, Return, exec, wezterm
|
||||||
bind = $mainMod, Q, killactive,
|
bind = $mainMod, Q, killactive,
|
||||||
bind = $mainMod, V, togglefloating,
|
bind = $mainMod, V, togglefloating,
|
||||||
bind = $mainMod, R, exec, rofi -modi run -show drun
|
bind = $mainMod, R, exec, anyrun
|
||||||
bind = $mainMod, P, pseudo, # dwindle
|
bind = $mainMod, P, pseudo, # dwindle
|
||||||
bind = $mainMod, J, togglesplit, # dwindle
|
bind = $mainMod, J, togglesplit, # dwindle
|
||||||
bind =, Print, exec, grim -g "$(slurp)" - | swappy -f -
|
bind =, Print, exec, grim -g "$(slurp)" - | swappy -f -
|
||||||
|
|
Loading…
Reference in a new issue