Skip to content

Commit

Permalink
sway focus child keybinding
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Dec 6, 2024
1 parent 56d6609 commit caf34ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home-manager-modules/mightyiam/modules/sway.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ in
keybindings = {
"${mod}+Shift+e" = null;
"--no-repeat ${mod}+Shift+e" = "exec ${lib.getExe' config.wayland.windowManager.sway.package "swaymsg"} exit";
"${mod}+Shift+a" = "focus child";
};
};
};
Expand Down

0 comments on commit caf34ab

Please sign in to comment.