sway: change focus mode

This commit is contained in:
steveej 2023-11-23 11:25:19 +01:00
parent df49f70ef9
commit fdb0b74625
2 changed files with 4 additions and 0 deletions

View file

@ -46,6 +46,7 @@ in {
home.sessionVariables.PATH = pkgs.lib.concatStringsSep ":" ["$HOME/.local/bin" "$PATH"];
nixpkgs.config.permittedInsecurePackages = [
"electron-24.8.6"
];
home.packages =

View file

@ -197,6 +197,9 @@ in {
};
window.border = 4;
# this maps to focus_on_window_activation
focus.newWindow = "urgent";
};
};