Compare commits
3 commits
24cddd91f5
...
a6c2053b27
Author | SHA1 | Date | |
---|---|---|---|
a6c2053b27 | |||
73c726979b | |||
4e83ea8a52 |
3 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
franciscolourenco/done
|
||||
laughedelic/pisces
|
||||
gazorby/fish-abbreviation-tips
|
||||
decors/fish-colored-man
|
||||
|
|
|
@ -106,7 +106,7 @@ window-rule {
|
|||
}
|
||||
// Block out windows from screen capture
|
||||
window-rule {
|
||||
match app-id="discord"
|
||||
//match app-id="discord"
|
||||
match app-id="Signal"
|
||||
block-out-from "screencast"
|
||||
}
|
||||
|
@ -132,6 +132,7 @@ window-rule {
|
|||
match app-id="gamescope"
|
||||
match app-id="PrismLauncher$"
|
||||
match app-id="steam"
|
||||
match app-id="org.corectrl.CoreCtrl"
|
||||
open-on-workspace "games"
|
||||
}
|
||||
// Dont auto focus
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
}
|
||||
},
|
||||
"mpris": {
|
||||
"format": "♪ - {status_icon}{title}",
|
||||
"format": "♪ ~ {status_icon}{title}",
|
||||
"format-stopped": "",
|
||||
"tooltip-format": "{dynamic}",
|
||||
"status-icons": {
|
||||
|
|
Loading…
Add table
Reference in a new issue