Compare commits

...

3 commits

Author SHA1 Message Date
a6c2053b27
Update window rules 2025-08-28 15:46:59 +10:00
73c726979b
Update waybar config 2025-08-28 15:46:47 +10:00
4e83ea8a52
Add fish plugins 2025-08-28 15:46:35 +10:00
3 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,4 @@
franciscolourenco/done franciscolourenco/done
laughedelic/pisces laughedelic/pisces
gazorby/fish-abbreviation-tips gazorby/fish-abbreviation-tips
decors/fish-colored-man

View file

@ -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

View file

@ -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": {