This commit is contained in:
Steph 2022-10-19 15:58:46 +02:00
parent ded56f9f62
commit 06260a4f55

View File

@ -295,6 +295,14 @@ $NEW_PROMPT_COMMAND"
switch-windows = ["<Alt>Tab"]; switch-windows = ["<Alt>Tab"];
switch-windows-backward = ["<Shift><Alt>Tab"]; switch-windows-backward = ["<Shift><Alt>Tab"];
}; };
"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 = "gnome-console";
};
"org/gnome/desktop/interface" = { "org/gnome/desktop/interface" = {
clock-show-weekday = true; clock-show-weekday = true;
}; };