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 42429db commit 06ab720
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions modules/desktop/gnome/dconf/keybindings.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ with lib.gvariant; {
command = "org-capture";
name = "org-capture";
};

"org/gnome/desktop/wm/keybindings" = {
close = ["<Super>q"];
maximize = [];
Expand Down Expand Up @@ -50,5 +51,16 @@ 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 06ab720

Please sign in to comment.