latest hypr conf
This commit is contained in:
parent
3068b245eb
commit
ae3d29b0ee
@ -20,7 +20,12 @@ decoration {
|
|||||||
inactive_opacity=1.00
|
inactive_opacity=1.00
|
||||||
|
|
||||||
drop_shadow = true
|
drop_shadow = true
|
||||||
shadow_range = 4
|
shadow_range = 10
|
||||||
shadow_render_power = 3
|
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
|
resize_on_border = true
|
||||||
|
|
||||||
#no_cursor_warps = true
|
#no_cursor_warps = true
|
||||||
}
|
|
||||||
|
}
|
||||||
|
|||||||
@ -4,6 +4,9 @@
|
|||||||
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
||||||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
||||||
|
|
||||||
|
windowrulev2 = noshadow, floating:0
|
||||||
|
windowrule = dimaround,^(polkit)$
|
||||||
|
|
||||||
windowrule = idleinhibit fullscreen,^(.*)$
|
windowrule = idleinhibit fullscreen,^(.*)$
|
||||||
windowrule = idleinhibit focus, mpv
|
windowrule = idleinhibit focus, mpv
|
||||||
windowrule = idleinhibit focus, class:^(.*celluloid.*)$
|
windowrule = idleinhibit focus, class:^(.*celluloid.*)$
|
||||||
@ -112,8 +115,12 @@ windowrule = fullscreen,title:^(Default - Wine desktop)$
|
|||||||
windowrule = float, title:^(Alacritty)$
|
windowrule = float, title:^(Alacritty)$
|
||||||
windowrule = center, 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 = float, title:^(FontManager)$
|
||||||
windowrule = center, title:^(FontManager)$
|
windowrule = center, title:^(FontManager)$
|
||||||
|
|
||||||
windowrule = float, title:^(Celluloid)$
|
windowrule = float, title:^(Celluloid)$
|
||||||
windowrule = center, title:^(Celluloid)$
|
windowrule = center, title:^(Celluloid)$
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# Set programs that you use
|
# Set programs that you use
|
||||||
$terminal = alacritty
|
$terminal = kitty
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -14,4 +14,4 @@ source = ~/.config/hypr/hl-animation.conf
|
|||||||
source = ~/.config/hypr/hl-layout.conf
|
source = ~/.config/hypr/hl-layout.conf
|
||||||
source = ~/.config/hypr/hl-windowrules.conf
|
source = ~/.config/hypr/hl-windowrules.conf
|
||||||
source = ~/.config/hypr/hl-keybindings.conf
|
source = ~/.config/hypr/hl-keybindings.conf
|
||||||
source = ~/.config/hypr/hl-misc.conf
|
source = ~/.config/hypr/hl-misc.conf
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user