Skip to content

Commit

Permalink
fix(gnome): Keybinds check isn't working
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Nov 6, 2023
1 parent dc7d2e0 commit 3c08866
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions modules/desktop/gnome/keybinds.nix
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,12 @@
#
{
home-manager.users.emiller = {
dconf.settings = {
"/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0" = {
binding = "<Super>c";
command = "org-capture";
name = "org-capture";
};
};
# dconf.settings = {
# "/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0" = {
# binding = "<Super>c";
# command = "org-capture";
# name = "org-capture";
# };
# };
};
}

0 comments on commit 3c08866

Please sign in to comment.