Skip to content

Commit

Permalink
feat(gnome): Add shell keybindings
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Dec 6, 2023
1 parent 1522edc commit f86b039
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions modules/desktop/gnome/dconf/keybindings.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,17 @@ with lib.gvariant; {
switch-to-workspace-right = [];
unmaximize = [];
};

"org/gnome/shell/keybindings" = {
focus-active-notification = [];
shift-overview-down = [];
shift-overview-up = [];
switch-to-application-1 = [];
switch-to-application-2 = [];
switch-to-application-3 = [];
switch-to-application-4 = [];
switch-to-application-5 = [];
};
};
};
}

0 comments on commit f86b039

Please sign in to comment.