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 the desktop background using Feh

Type

boolean

Default

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

Example

true

Source

NixOS options

stylix.targets.feh.enable

Whether to enable theming for the desktop background using Feh

Type

boolean

Default

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

Example

true

Source