mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 19:27: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 = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
extraConfig = ''
|
||||||
|
exec = ${pkgs.swaybg}/bin/swaybg -i ${config.stylix.image} -m fill
|
||||||
|
'';
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
bind = [
|
bind = [
|
||||||
"SHIFT_SUPER, SPACE, exec, alacritty"
|
"SHIFT_SUPER, SPACE, exec, alacritty"
|
||||||
|
|
Loading…
Add table
Reference in a new issue