fix: Telegram media viewer fullscreen;
fix: hyprbar style; refactor: disabled hyprbars
This commit is contained in:
@@ -199,6 +199,8 @@ misc {
|
||||
enable_anr_dialog = false
|
||||
render_unfocused_fps = 1
|
||||
size_limits_tiled = true
|
||||
on_focus_under_fullscreen = 0
|
||||
exit_window_retains_fullscreen = false
|
||||
}
|
||||
|
||||
##############
|
||||
@@ -611,9 +613,18 @@ windowrule {
|
||||
name = windowrule-6
|
||||
workspace = 8 silent
|
||||
group = set
|
||||
suppress_event = fullscreen
|
||||
match:class = ^(com.ayugram.desktop)$
|
||||
}
|
||||
|
||||
# Telegram media viewer
|
||||
windowrule {
|
||||
name = telegram-media-viewer
|
||||
group = deny
|
||||
fullscreen = true
|
||||
match:class = ^(com.ayugram.desktop)$
|
||||
match:initial_title = ^(Media\ viewer)
|
||||
}
|
||||
|
||||
# Vesktop
|
||||
windowrule {
|
||||
@@ -761,7 +772,7 @@ plugin {
|
||||
mode = flash
|
||||
}
|
||||
hyprbars {
|
||||
enabled = true
|
||||
enabled = false
|
||||
bar_height = 18
|
||||
bar_color = rgba(1c1c1cce)
|
||||
bar_title_enabled = false
|
||||
@@ -781,42 +792,11 @@ plugin {
|
||||
|
||||
on_double_click =
|
||||
|
||||
windowrule {
|
||||
name = windowrule-17
|
||||
match:plugin = hyprbars:bar_color rgb(261B1E)
|
||||
match:class = ^(com.ayugram.desktop)
|
||||
}
|
||||
|
||||
windowrule {
|
||||
name = windowrule-18
|
||||
match:plugin = hyprbars:bar_color rgb(121214)
|
||||
match:class = ^(vesktop)
|
||||
}
|
||||
|
||||
windowrule {
|
||||
name = windowrule-19
|
||||
match:plugin = hyprbars:bar_color rgb(131313)
|
||||
match:class = ^(zen)
|
||||
}
|
||||
|
||||
windowrule {
|
||||
name = windowrule-20
|
||||
match:plugin = hyprbars:bar_color rgb(F1F3F4)
|
||||
match:class = ^(draw.io)
|
||||
}
|
||||
|
||||
windowrule {
|
||||
name = windowrule-21
|
||||
match:plugin = hyprbars:bar_color rgb(1C1C1C)
|
||||
match:class = ^(thunar)
|
||||
}
|
||||
|
||||
windowrule {
|
||||
name = windowrule-22
|
||||
match:plugin = hyprbars:bar_color rgb(1C1C1C)
|
||||
match:float = 1
|
||||
}
|
||||
|
||||
windowrule = match:class ^(com.ayugram.desktop), hyprbars:bar_color rgb(261B1E)
|
||||
windowrule = match:class ^(zen), hyprbars:bar_color rgb(121214)
|
||||
windowrule = match:class ^(thunar), hyprbars:bar_color rgb(1C1C1C)
|
||||
windowrule = match:class ^(draw.io), hyprbars:bar_color rgb(F1F3F4)
|
||||
windowrule = match:float 1, hyprbars:bar_color rgb(1C1C1C)
|
||||
}
|
||||
|
||||
dynamic-cursors {
|
||||
|
||||
Reference in New Issue
Block a user