mirror of
https://github.com/danth/stylix
synced 2025-02-16 21:38:40 +00:00
Improve detection of when to set the wallpaper using feh
This commit is contained in:
parent
283e463051
commit
b54b24a76c
1 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,11 @@
|
|||
options.stylix.targets.feh.enable =
|
||||
config.lib.stylix.mkEnableTarget
|
||||
"the desktop background using Feh"
|
||||
true;
|
||||
(with config.xsession.windowManager; bspwm.enable
|
||||
|| herbsflutwm.enable
|
||||
|| i3.enable
|
||||
|| spectrwm.enable
|
||||
|| xmonad.enable);
|
||||
|
||||
config.xsession.initExtra =
|
||||
lib.mkIf config.stylix.targets.feh.enable
|
||||
|
|
Loading…
Add table
Reference in a new issue