mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-28 12:30:01 +02:00
i3-companion: add Thunderbird to exclusive apps
This commit is contained in:
parent
370270b1ca
commit
5d92f9fa4c
1 changed files with 7 additions and 1 deletions
|
@ -125,7 +125,13 @@ icons = {
|
|||
application_icons_nomatch = icon(2, "")
|
||||
application_icons_ignore = {"dimmer"}
|
||||
application_icons_alone = {application_icons[k] for k in {"vbeterm"}}
|
||||
exclusive_apps = {"emacs", "firefox", "chromium-browser", "google-chrome"}
|
||||
exclusive_apps = {
|
||||
"emacs",
|
||||
"firefox",
|
||||
"chromium-browser",
|
||||
"google-chrome",
|
||||
"thunderbird",
|
||||
}
|
||||
intrusive_apps = {"vbeterm"}
|
||||
|
||||
logger = logging.getLogger("i3-companion")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue