37 lines
691 B
TOML
37 lines
691 B
TOML
# Config for workstyle
|
|
#
|
|
# Format:
|
|
# "pattern" = "icon"
|
|
#
|
|
# The pattern will be used to match against the application name, class_id or WM_CLASS.
|
|
# The icon will be used to represent that application.
|
|
#
|
|
# Note if multiple patterns are present in the same application name,
|
|
# precedence is given in order of apparition in this file.
|
|
|
|
|
|
|
|
"firefox" = ""
|
|
"github" = ""
|
|
"google" = ""
|
|
"private browsing" = ""
|
|
|
|
"nvim" = ""
|
|
"alacritty" = ""
|
|
|
|
"dolphin" = ""
|
|
"mpv" = ""
|
|
"discord" = ""
|
|
"steam" = ""
|
|
"code" = ""
|
|
"kate" = ""
|
|
"lutris" = ""
|
|
"tor" = ""
|
|
"transmission" = ""
|
|
"dota2" = ""
|
|
|
|
[other]
|
|
fallback_icon = ""
|
|
deduplicate_icons = true
|
|
separator = ": "
|