hyprland: remove fancy decorations (blur, slower animations, rounding, big gaps)
This commit is contained in:
parent
619253a8af
commit
5194264e1b
|
|
@ -82,25 +82,26 @@ permission = ${lib.escapeRegex (lib.getExe config.programs.hyprlock.package)}, s
|
||||||
### LOOK AND FEEL ###
|
### LOOK AND FEEL ###
|
||||||
#####################
|
#####################
|
||||||
general {
|
general {
|
||||||
gaps_in = 5
|
gaps_in = 2
|
||||||
gaps_out = 5
|
gaps_out = 2
|
||||||
border_size = 2
|
border_size = 2
|
||||||
resize_on_border = false
|
resize_on_border = false
|
||||||
allow_tearing = false
|
allow_tearing = false
|
||||||
col.active_border = $color14 $color0 $color0 $color14 45deg
|
# col.active_border = $color14 $color0 $color0 $color14 45deg
|
||||||
|
col.active_border = $color14 $color14 $color14 $color14 45deg
|
||||||
col.inactive_border = $color0 $color0 $color0 $color0 45deg
|
col.inactive_border = $color0 $color0 $color0 $color0 45deg
|
||||||
layout = master
|
layout = master
|
||||||
}
|
}
|
||||||
|
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 8
|
# rounding = 8
|
||||||
|
|
||||||
|
|
||||||
# blur {
|
blur {
|
||||||
# enabled = false
|
enabled = false
|
||||||
# size = 3
|
size = 3
|
||||||
# passes = 1
|
passes = 1
|
||||||
# }
|
}
|
||||||
|
|
||||||
|
|
||||||
# blur {
|
# blur {
|
||||||
|
|
@ -116,12 +117,12 @@ decoration {
|
||||||
animations {
|
animations {
|
||||||
enabled = yes
|
enabled = yes
|
||||||
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
||||||
animation = windows, 1, 7, myBezier
|
animation = windows, 1, 2, myBezier
|
||||||
animation = windowsOut, 1, 7, default, popin 80%
|
animation = windowsOut, 1, 2, default, popin 80%
|
||||||
animation = border, 1, 10, default
|
animation = border, 1, 10, default
|
||||||
animation = borderangle, 1, 8, default
|
animation = borderangle, 1, 8, default
|
||||||
animation = fade, 1, 7, default
|
animation = fade, 1, 7, default
|
||||||
animation = workspaces, 1, 6, default
|
animation = workspaces, 1, 1, default
|
||||||
}
|
}
|
||||||
|
|
||||||
# Ref https://wiki.hypr.land/Configuring/Workspace-Rules/
|
# Ref https://wiki.hypr.land/Configuring/Workspace-Rules/
|
||||||
|
|
@ -204,6 +205,7 @@ bind = $mainMod, Return, exec, $terminal
|
||||||
bind = $mainMod SHIFT, X, killactive,
|
bind = $mainMod SHIFT, X, killactive,
|
||||||
bind = $mainMod SHIFT, Q, exit,
|
bind = $mainMod SHIFT, Q, exit,
|
||||||
bind = $mainMod, F, Fullscreen
|
bind = $mainMod, F, Fullscreen
|
||||||
|
bind = $mainMod SHIFT, F, Fullscreen, 1
|
||||||
bind = $mainMod SHIFT, R, togglefloating,
|
bind = $mainMod SHIFT, R, togglefloating,
|
||||||
bind = $mainMod, R, exec, $menu
|
bind = $mainMod, R, exec, $menu
|
||||||
bind = $mainMod SHIFT, P, pseudo, # dwindle
|
bind = $mainMod SHIFT, P, pseudo, # dwindle
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue