Skip to content

Commit

Permalink
feat(alacritty): set toggle fullscreen keybinding
Browse files Browse the repository at this point in the history
  • Loading branch information
Azd325 committed Feb 24, 2024
1 parent 8116294 commit c223dfc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions home/programs/shells/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
selection = {
save_to_clipboard = true;
};
keyboard = {
bindings = [
{ key = 36; mods = "Command"; action = "ToggleFullscreen"; }
];
};
};
};
programs.zsh = {
Expand Down

0 comments on commit c223dfc

Please sign in to comment.