Add more GNOME stuff
This commit is contained in:
parent
9488c6ea88
commit
ad72471747
@ -13,6 +13,7 @@
|
|||||||
"/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom4/"
|
"/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom4/"
|
||||||
"/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom5/"
|
"/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom5/"
|
||||||
"/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom6/"
|
"/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom6/"
|
||||||
|
"/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom7/"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -51,12 +52,19 @@
|
|||||||
command = "firefox";
|
command = "firefox";
|
||||||
name = "open-firefox";
|
name = "open-firefox";
|
||||||
};
|
};
|
||||||
|
|
||||||
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom6" = {
|
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom6" = {
|
||||||
binding = "<Super>y";
|
binding = "<Super>y";
|
||||||
command = "kitty --start-as=normal -- zsh -ic 'repos'";
|
command = "kitty --start-as=normal -- zsh -ic 'repos'";
|
||||||
name = "open-projects";
|
name = "open-projects";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom7" = {
|
||||||
|
binding = "<Primary>q";
|
||||||
|
command = "true";
|
||||||
|
name = "disable-ctrl-q";
|
||||||
|
};
|
||||||
|
|
||||||
"org/gnome/shell" = {
|
"org/gnome/shell" = {
|
||||||
disable-user-extensions = false; # enables user extensions
|
disable-user-extensions = false; # enables user extensions
|
||||||
enabled-extensions = [
|
enabled-extensions = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user