swaybg set mode to fill, sway set steam windows to tabbed
Vanguard: only show waybar on primary monitor
This commit is contained in:
parent
87e068487c
commit
a46bdb5073
|
@ -85,7 +85,7 @@
|
||||||
};
|
};
|
||||||
startup = [
|
startup = [
|
||||||
{command = "${pkgs.swaynotificationcenter}/bin/swaync";}
|
{command = "${pkgs.swaynotificationcenter}/bin/swaync";}
|
||||||
{command = "${pkgs.swaybg}/bin/swaybg -i ${../../wallpapers/waves/cat-waves.png}";}
|
{command = "${pkgs.swaybg}/bin/swaybg -m fill -i ${../../wallpapers/waves/cat-waves.png}";}
|
||||||
{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";}
|
||||||
];
|
];
|
||||||
|
@ -93,24 +93,28 @@
|
||||||
border = 1;
|
border = 1;
|
||||||
commands = [
|
commands = [
|
||||||
{
|
{
|
||||||
command = "floating enable";
|
|
||||||
criteria = {app_id = "org.kde.polkit-kde-authentication-agent-1";};
|
criteria = {app_id = "org.kde.polkit-kde-authentication-agent-1";};
|
||||||
|
command = "floating enable";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
command = "floating enable";
|
|
||||||
criteria = {app_id = "Pinentry";};
|
criteria = {app_id = "Pinentry";};
|
||||||
|
command = "floating enable";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
command = "floating enable";
|
|
||||||
criteria = {app_id = "pavucontrol";};
|
criteria = {app_id = "pavucontrol";};
|
||||||
|
command = "floating enable";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
command = "floating enable";
|
|
||||||
criteria = {app_id = ".blueman-manager-wrapped";};
|
criteria = {app_id = ".blueman-manager-wrapped";};
|
||||||
|
command = "floating enable";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
command = "floating enable";
|
|
||||||
criteria = {app_id = "nm-connection-editor";};
|
criteria = {app_id = "nm-connection-editor";};
|
||||||
|
command = "floating enable";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
criteria = {class = "steam";};
|
||||||
|
command = "layout tabbed";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
@ -12,4 +12,5 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
programs.waybar.settings.main.output = ["DP-2"];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue