sway: change focus mode
This commit is contained in:
parent
df49f70ef9
commit
fdb0b74625
2 changed files with 4 additions and 0 deletions
|
@ -46,6 +46,7 @@ in {
|
||||||
home.sessionVariables.PATH = pkgs.lib.concatStringsSep ":" ["$HOME/.local/bin" "$PATH"];
|
home.sessionVariables.PATH = pkgs.lib.concatStringsSep ":" ["$HOME/.local/bin" "$PATH"];
|
||||||
|
|
||||||
nixpkgs.config.permittedInsecurePackages = [
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
|
"electron-24.8.6"
|
||||||
];
|
];
|
||||||
|
|
||||||
home.packages =
|
home.packages =
|
||||||
|
|
|
@ -197,6 +197,9 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
window.border = 4;
|
window.border = 4;
|
||||||
|
|
||||||
|
# this maps to focus_on_window_activation
|
||||||
|
focus.newWindow = "urgent";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue