added gnome super t hotkey to declarative configs
This commit is contained in:
parent
feb7844c7d
commit
38ee264e08
|
@ -80,4 +80,46 @@
|
||||||
extraConfig.init.defaultBranch = "main";
|
extraConfig.init.defaultBranch = "main";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
dconf.settings = {
|
||||||
|
"org/gnome/settings-daemon/plugins/media-keys" = {
|
||||||
|
custom-keybindings = [
|
||||||
|
"/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0" = {
|
||||||
|
binding = "<Super>t";
|
||||||
|
command = "kgx";
|
||||||
|
name = "Open Terminal";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
# dconf.settings = {
|
||||||
|
# "org/gnome/settings-daemon/plugins/media-keys" = {
|
||||||
|
# custom-keybindings = [
|
||||||
|
# "/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/"
|
||||||
|
# ];
|
||||||
|
# };
|
||||||
|
# };
|
||||||
|
|
||||||
|
# "org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0" = {
|
||||||
|
# binding = "<Super>t";
|
||||||
|
# command = "kgx";
|
||||||
|
# name = "Open Terminal";
|
||||||
|
# };
|
||||||
|
|
||||||
|
|
||||||
|
# services.xserver.desktopManager.gnome3 = {
|
||||||
|
# extraGSettingsOverridePackages = with pkgs; [ gnome3.gnome-settings-daemon ];
|
||||||
|
# extraGSettingsOverrides = ''
|
||||||
|
# [org.gnome.settings-daemon.plugins.media-keys]
|
||||||
|
# custom-keybindings=['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/']
|
||||||
|
|
||||||
|
|
||||||
|
# [org.gnome.settings-daemon.plugins.media-keys.custom-keybindings.custom0]
|
||||||
|
# binding='<Super>t'
|
||||||
|
# command='kgx'
|
||||||
|
# name='Open terminal'
|
||||||
|
# '';
|
||||||
|
# }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue