version bump. update config for hyprland 0.45.1
This commit is contained in:
parent
14f6523c56
commit
0ffc8e4c1d
5 changed files with 38 additions and 21 deletions
|
|
@ -115,12 +115,16 @@ decoration {
|
|||
dim_strength = 0.12
|
||||
dim_special = 0.1
|
||||
|
||||
drop_shadow = true
|
||||
shadow_range = 40
|
||||
shadow_render_power = 3
|
||||
# col.shadow = rgba(1a1a1aee)
|
||||
col.shadow = rgba(87658aff)
|
||||
col.shadow_inactive = rgba(1a1a1aee)
|
||||
shadow {
|
||||
enabled = true
|
||||
range = 40
|
||||
render_power = 3
|
||||
sharp = false
|
||||
color = rgba(87658aff)
|
||||
color_inactive = rgba(1a1a1aee)
|
||||
offset = 5, 2
|
||||
scale = 1.0
|
||||
}
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#blur
|
||||
blur {
|
||||
|
|
@ -135,7 +139,7 @@ decoration {
|
|||
vibrancy = 0.2696
|
||||
vibrancy_darkness = 0.2696
|
||||
|
||||
special = true
|
||||
special = false
|
||||
popups = false
|
||||
}
|
||||
}
|
||||
|
|
@ -209,7 +213,7 @@ dwindle {
|
|||
|
||||
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
||||
master {
|
||||
no_gaps_when_only = 2
|
||||
# no_gaps_when_only = 2
|
||||
mfact = 0.55
|
||||
# new_is_master = true
|
||||
|
||||
|
|
@ -455,6 +459,7 @@ windowrulev2 = workspace special:launchers, class:^(heroic)$
|
|||
windowrulev2 = nofocus, title:^()$,class:^(steam)$
|
||||
windowrulev2 = minsize 1 1, title:^()$,class:^(steam)$
|
||||
# windowrulev2 = stayfocused,class:(steam),title:(^$)
|
||||
|
||||
# Steam window rules
|
||||
windowrule = float,title:^(Create or select new Steam library folder)$
|
||||
windowrule = float,title:^(Steam Settings)$
|
||||
|
|
@ -462,6 +467,14 @@ windowrule = float,title:^(0_Alert)$
|
|||
# windowrule = workspace special:game,title:^(Steam Big Picture Mode)$
|
||||
# windowrule = tile,title:^(Steam Big Picture Mode)$
|
||||
|
||||
#No gaps when only substitute
|
||||
workspace = w[tv1], shadow:false, gapsout:0, gapsin:0
|
||||
workspace = f[1], shadow:false, gapsout:0, gapsin:0
|
||||
windowrulev2 = bordersize 0, floating:0, onworkspace:w[tv1]
|
||||
windowrulev2 = rounding 0, floating:0, onworkspace:w[tv1]
|
||||
windowrulev2 = bordersize 0, floating:0, onworkspace:f[1]
|
||||
windowrulev2 = rounding 0, floating:0, onworkspace:f[1]
|
||||
|
||||
# Layer rules
|
||||
layerrule = dimaround, wofi
|
||||
#layerrule = noanim, selection
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue