Compare commits
No commits in common. "a6c2053b277939fb018acdf697f29fce544c1d01" and "24cddd91f5dd4bf0dc81a035f8070ede8b5abe09" have entirely different histories.
a6c2053b27
...
24cddd91f5
3 changed files with 2 additions and 4 deletions
|
@ -1,4 +1,3 @@
|
||||||
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,7 +132,6 @@ 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