first commit
This commit is contained in:
commit
205faf4224
5471 changed files with 973850 additions and 0 deletions
32
config/hypr/hyprland_config/windowrules.conf
Normal file
32
config/hypr/hyprland_config/windowrules.conf
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
windowrule {
|
||||
name = fullscreen opacity
|
||||
match:fullscreen = true
|
||||
opacity = 1
|
||||
}
|
||||
windowrule {
|
||||
name = opacity zen
|
||||
match:class = zen
|
||||
opacity = 1
|
||||
}
|
||||
|
||||
windowrule {
|
||||
name = opacity kitty
|
||||
match:class = kitty
|
||||
opacity = 1
|
||||
}
|
||||
|
||||
windowrule {
|
||||
name = opacity zathura
|
||||
match:class = org.pwmt.zathura
|
||||
opacity = 1
|
||||
}
|
||||
windowrule {
|
||||
name = gnufloat
|
||||
match:class = Gnuplot
|
||||
float = on
|
||||
}
|
||||
windowrule {
|
||||
name = opacity typora
|
||||
match:class = Typora
|
||||
opacity = 1
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue