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
|
franciscolourenco/done
|
||||||
laughedelic/pisces
|
laughedelic/pisces
|
||||||
gazorby/fish-abbreviation-tips
|
gazorby/fish-abbreviation-tips
|
||||||
|
decors/fish-colored-man
|
||||||
|
|
|
@ -106,7 +106,7 @@ window-rule {
|
||||||
}
|
}
|
||||||
// Block out windows from screen capture
|
// Block out windows from screen capture
|
||||||
window-rule {
|
window-rule {
|
||||||
match app-id="discord"
|
//match app-id="discord"
|
||||||
match app-id="Signal"
|
match app-id="Signal"
|
||||||
block-out-from "screencast"
|
block-out-from "screencast"
|
||||||
}
|
}
|
||||||
|
@ -132,6 +132,7 @@ window-rule {
|
||||||
match app-id="gamescope"
|
match app-id="gamescope"
|
||||||
match app-id="PrismLauncher$"
|
match app-id="PrismLauncher$"
|
||||||
match app-id="steam"
|
match app-id="steam"
|
||||||
|
match app-id="org.corectrl.CoreCtrl"
|
||||||
open-on-workspace "games"
|
open-on-workspace "games"
|
||||||
}
|
}
|
||||||
// Dont auto focus
|
// Dont auto focus
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"mpris": {
|
"mpris": {
|
||||||
"format": "♪ - {status_icon}{title}",
|
"format": "♪ ~ {status_icon}{title}",
|
||||||
"format-stopped": "",
|
"format-stopped": "",
|
||||||
"tooltip-format": "{dynamic}",
|
"tooltip-format": "{dynamic}",
|
||||||
"status-icons": {
|
"status-icons": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue