This commit is contained in:
parent
20eaf3acbd
commit
c20b5d540f
|
@ -95,14 +95,6 @@
|
||||||
*/
|
*/
|
||||||
];
|
];
|
||||||
|
|
||||||
output = {
|
|
||||||
/*
|
|
||||||
"*" = {
|
|
||||||
background = "$HOME/.wallpaper fill";
|
|
||||||
};
|
|
||||||
*/
|
|
||||||
};
|
|
||||||
|
|
||||||
# TODO: popup_during_fullscreen smart
|
# TODO: popup_during_fullscreen smart
|
||||||
focus = {
|
focus = {
|
||||||
wrapping = "no"; # maybe workspace?
|
wrapping = "no"; # maybe workspace?
|
||||||
|
@ -127,6 +119,9 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
startup = [
|
startup = [
|
||||||
|
{
|
||||||
|
command = "swaybg -i $HOME/.wallpaper";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
command = "swayosd-server";
|
command = "swayosd-server";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue