polkit-gnone
This commit is contained in:
parent
ac9d301579
commit
24898ae5f1
|
@ -73,6 +73,13 @@ in
|
||||||
# "${modifier}+Return" = lib.mkForce "exec kitty";
|
# "${modifier}+Return" = lib.mkForce "exec kitty";
|
||||||
"${modifier}+Shift+Return" = "exec kitty -e ssh dandellion@lilith";
|
"${modifier}+Shift+Return" = "exec kitty -e ssh dandellion@lilith";
|
||||||
};
|
};
|
||||||
|
startup = [
|
||||||
|
{
|
||||||
|
command = "${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1";
|
||||||
|
always = false;
|
||||||
|
#notification = false;
|
||||||
|
}
|
||||||
|
];
|
||||||
window = {
|
window = {
|
||||||
titlebar = false;
|
titlebar = false;
|
||||||
hideEdgeBorders = "smart";
|
hideEdgeBorders = "smart";
|
||||||
|
|
Loading…
Reference in New Issue