update | update hyprland config
This commit is contained in:
@@ -165,5 +165,19 @@ device {
|
||||
# Example windowrule v2
|
||||
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
||||
|
||||
windowrulev2 = suppressevent maximize, class:.* # You'll probably like this.
|
||||
windowrulev2 = opacity 0.70 0.70,class:^(Alacritty)$
|
||||
windowrule {
|
||||
name = windowrule-1
|
||||
suppress_event = maximize
|
||||
match:class = .*
|
||||
}
|
||||
|
||||
windowrule {
|
||||
name = windowrule-2
|
||||
opacity = 0.70 0.70
|
||||
match:class = ^(Alacritty)$
|
||||
}
|
||||
|
||||
ecosystem {
|
||||
no_update_news = true
|
||||
no_donation_nag = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user