Enables swaybg to set Hyprland background

This commit is contained in:
willemml 2023-11-18 02:03:14 -08:00
parent 5e313e4a2c
commit 2527d31978
Signed by: willemml
GPG key ID: C3DE5DF6198DACBD

View file

@ -22,6 +22,10 @@
wayland.windowManager.hyprland = {
enable = true;
extraConfig = ''
exec = ${pkgs.swaybg}/bin/swaybg -i ${config.stylix.image} -m fill
'';
settings = {
bind = [
"SHIFT_SUPER, SPACE, exec, alacritty"