programs.workstyle.settings
Configuration for workstyle
- Type
TOML value- Default
{ }- Example
{ # 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. kitty = "T"; firefox = "B"; other = { fallback_icon = "F"; deduplicate_icons = false; separator = ": "; }; }- Declared
- <home-manager/modules/programs/workstyle.nix>