Standardize QT and ZSH history settings
This commit is contained in:
parent
9dbf18228b
commit
a25bcecf7b
7 changed files with 27 additions and 10 deletions
|
@ -10,6 +10,16 @@
|
|||
match app-id="AltBrowser"
|
||||
open-on-workspace "${config.ws.w1a}"
|
||||
}
|
||||
|
||||
// Gaming
|
||||
window-rule {
|
||||
match app-id="steam"
|
||||
open-on-workspace "${config.ws.w2}"
|
||||
}
|
||||
window-rule {
|
||||
match app-id="steam" title=r#"^notificationtoasts_\d+_desktop$"#
|
||||
default-floating-position x=10 y=10 relative-to="bottom-right"
|
||||
}
|
||||
|
||||
// Communication
|
||||
window-rule {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue