latest hypr conf
This commit is contained in:
parent
3068b245eb
commit
ae3d29b0ee
@ -20,7 +20,12 @@ decoration {
|
||||
inactive_opacity=1.00
|
||||
|
||||
drop_shadow = true
|
||||
shadow_range = 4
|
||||
shadow_range = 10
|
||||
shadow_render_power = 3
|
||||
col.shadow = rgba(1a1a1aee)
|
||||
col.shadow = rgba(18182540)
|
||||
|
||||
dim_inactive = true
|
||||
dim_strength = 0.2
|
||||
|
||||
|
||||
}
|
||||
@ -12,4 +12,5 @@ general {
|
||||
resize_on_border = true
|
||||
|
||||
#no_cursor_warps = true
|
||||
|
||||
}
|
||||
@ -4,6 +4,9 @@
|
||||
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
||||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
||||
|
||||
windowrulev2 = noshadow, floating:0
|
||||
windowrule = dimaround,^(polkit)$
|
||||
|
||||
windowrule = idleinhibit fullscreen,^(.*)$
|
||||
windowrule = idleinhibit focus, mpv
|
||||
windowrule = idleinhibit focus, class:^(.*celluloid.*)$
|
||||
@ -112,6 +115,10 @@ windowrule = fullscreen,title:^(Default - Wine desktop)$
|
||||
windowrule = float, title:^(Alacritty)$
|
||||
windowrule = center, title:^(Alacritty)$
|
||||
|
||||
windowrule = float, title:^(kitty)$
|
||||
windowrule = center, title:^(kitty)$
|
||||
windowrule = size 800 600, title:^(kitty)
|
||||
|
||||
windowrule = float, title:^(FontManager)$
|
||||
windowrule = center, title:^(FontManager)$
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# Set programs that you use
|
||||
$terminal = alacritty
|
||||
$terminal = kitty
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user