mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 11:17:17 +00:00
Enables swaybg to set Hyprland background
This commit is contained in:
parent
5e313e4a2c
commit
2527d31978
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue