Update modules/workspace/i3/default.nix
This commit is contained in:
parent
72983f7432
commit
468df0520e
@ -61,10 +61,6 @@ in {
|
|||||||
command = "border pixel 2px";
|
command = "border pixel 2px";
|
||||||
criteria = { window_role = "popup"; };
|
criteria = { window_role = "popup"; };
|
||||||
}
|
}
|
||||||
{
|
|
||||||
command = "floating enable";
|
|
||||||
criteria = { app_id = "org.kde.polkit-kde-authentication-1"; };
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
command = "sticky enable";
|
command = "sticky enable";
|
||||||
criteria = { floating = ""; };
|
criteria = { floating = ""; };
|
||||||
@ -76,7 +72,7 @@ in {
|
|||||||
{ command = "${pkgs.kdeconnect}/libexec/kdeconnectd"; }
|
{ command = "${pkgs.kdeconnect}/libexec/kdeconnectd"; }
|
||||||
{
|
{
|
||||||
command =
|
command =
|
||||||
"${pkgs.polkit-kde-agent}/libexec/polkit-kde-authentication-agent-1";
|
"${pkgs.mate.mate-polkit}/libexec/polkit-mate-authentication-agent-1";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
command =
|
command =
|
||||||
|
Loading…
Reference in New Issue
Block a user