Update .config/DankMaterialShell/settings.json
Update .config/fish/user-dirs.fish Update .config/niri/windowrules.kdl
This commit is contained in:
parent
87385dd415
commit
0358e7d8c1
3 changed files with 91 additions and 7 deletions
|
|
@ -34,6 +34,7 @@ window-rule {
|
|||
|
||||
// Always floating.
|
||||
window-rule {
|
||||
match app-id="zenity"
|
||||
match app-id=r#"org.quickshell$"#
|
||||
match title="[Rr]une[Ll]ite"
|
||||
match title="[Bb]olt [Ll]auncher"
|
||||
|
|
@ -44,3 +45,11 @@ window-rule {
|
|||
min-height 180
|
||||
}
|
||||
|
||||
// Steam and games - float and keep opaque.
|
||||
window-rule {
|
||||
match app-id="steam"
|
||||
match app-id=r#"^steam_app_"#
|
||||
open-floating true
|
||||
opacity 1.0
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue