Sway: use set-background helper script as well
This commit is contained in:
parent
b4b37d3d2a
commit
e532ddc8cd
|
@ -73,7 +73,7 @@
|
||||||
startup = [
|
startup = [
|
||||||
{command = "${pkgs.libsForQt5.polkit-kde-agent}/libexec/polkit-kde-authentication-agent-1";}
|
{command = "${pkgs.libsForQt5.polkit-kde-agent}/libexec/polkit-kde-authentication-agent-1";}
|
||||||
{command = "${pkgs.protonmail-bridge}/bin/protonmail-bridge -n";}
|
{command = "${pkgs.protonmail-bridge}/bin/protonmail-bridge -n";}
|
||||||
{command = "${pkgs.swaybg}/bin/swaybg -m fill -i ${.wallpapers/default.jpg}";}
|
{command = "set-background";}
|
||||||
];
|
];
|
||||||
window = {
|
window = {
|
||||||
border = 1;
|
border = 1;
|
||||||
|
|
Reference in a new issue