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