Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

feh

Homepage: https://feh.finalrewind.org


Home Manager options

stylix.targets.feh.enable

Whether to enable theming for feh.

Type

boolean

Default

config.stylix.autoEnable && (
  with config.xsession.windowManager;
  bspwm.enable
  || herbstluftwm.enable
  || i3.enable
  || spectrwm.enable
  || xmonad.enable
)

Example

true

Source

stylix.targets.feh.image.enable

Whether to enable config.stylix.image for feh.

Type

boolean

Default

true

Example

false

Source

stylix.targets.feh.image.override

Attribute sets are recursively merged with config.stylix.image, while all other non-null types override config.stylix.image.

Type

anything

Default

null

Source

stylix.targets.feh.imageScalingMode.enable

Whether to enable config.stylix.imageScalingMode for feh.

Type

boolean

Default

true

Example

false

Source

stylix.targets.feh.imageScalingMode.override

Attribute sets are recursively merged with config.stylix.imageScalingMode, while all other non-null types override config.stylix.imageScalingMode.

Type

anything

Default

null

Source

NixOS options

stylix.targets.feh.enable

Whether to enable theming for feh.

Type

boolean

Default

config.stylix.autoEnable && (
  with services.xserver.windowManager;
  xmonad.enable || i3.enable
)

Example

true

Source

stylix.targets.feh.image.enable

Whether to enable config.stylix.image for feh.

Type

boolean

Default

true

Example

false

Source

stylix.targets.feh.image.override

Attribute sets are recursively merged with config.stylix.image, while all other non-null types override config.stylix.image.

Type

anything

Default

null

Source

stylix.targets.feh.imageScalingMode.enable

Whether to enable config.stylix.imageScalingMode for feh.

Type

boolean

Default

true

Example

false

Source

stylix.targets.feh.imageScalingMode.override

Attribute sets are recursively merged with config.stylix.imageScalingMode, while all other non-null types override config.stylix.imageScalingMode.

Type

anything

Default

null

Source