programs.sway-easyfocus.enable
Whether to enable sway-easyfocus.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.sway-easyfocus.package
The sway-easyfocus package to use.
Type: null or package
Default:
pkgs.sway-easyfocus
Declared by:
programs.sway-easyfocus.settings
Configuration settings for sway-easyfocus. All available options can be found here: https://github.com/edzdez/sway-easyfocus?tab=readme-ov-file#config-file.
Type: YAML 1.1 value
Default:
{ }
Example:
{
chars = "fjghdkslaemuvitywoqpcbnxz";
focused_background_color = "285577";
focused_background_opacity = 1.0;
focused_text_color = "ffffff";
font_family = "monospace";
font_size = "medium";
font_weight = "bold";
window_background_color = "d1f21";
window_background_opacity = 0.2;
}
Declared by: