revert back to gnome console, kitty sucks
This commit is contained in:
@ -48,11 +48,17 @@
|
||||
"org.telegram.desktop.desktop"
|
||||
"spotify.desktop"
|
||||
"vesktop.desktop"
|
||||
"kitty.desktop"
|
||||
"org.gnome.Geary.desktop"
|
||||
];
|
||||
};
|
||||
|
||||
# GNOME Terminal settings
|
||||
"org/gnome/Console" = {
|
||||
use-system-font = false;
|
||||
custom-font = "Hack Nerd Font 14";
|
||||
theme = "night";
|
||||
};
|
||||
|
||||
# Set wallpaper
|
||||
"org/gnome/desktop/background" = {
|
||||
picture-uri-dark = "file:///${config.home.homeDirectory}/dotfiles/secrets/wp/9.png";
|
||||
|
@ -104,7 +104,6 @@
|
||||
menu-button-icon-image = 23;
|
||||
menu-button-icon-size = 24;
|
||||
menu-button-system-monitor = "missioncenter";
|
||||
menu-button-terminal = "kitty";
|
||||
show-power-options = false;
|
||||
symbolic-icon = true;
|
||||
use-custom-icon = false;
|
||||
|
@ -10,16 +10,11 @@
|
||||
|
||||
"org/gnome/settings-daemon/plugins/media-keys" = {
|
||||
custom-keybindings = [
|
||||
"/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/terminal/"
|
||||
"/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/1password-quick-access/"
|
||||
"/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/missioncenter/"
|
||||
"/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/terminal/"
|
||||
];
|
||||
};
|
||||
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/terminal" = {
|
||||
binding = "<Primary><Alt>t";
|
||||
command = "kitty";
|
||||
name = "open-terminal";
|
||||
};
|
||||
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/1password-quick-access" = {
|
||||
binding = "<Ctrl><Alt>space";
|
||||
command = "1password --quick-access";
|
||||
@ -30,5 +25,10 @@
|
||||
command = "missioncenter";
|
||||
name = "missioncenter";
|
||||
};
|
||||
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/terminal" = {
|
||||
binding = "<Ctrl><Alt>t";
|
||||
command = "kgx";
|
||||
name = "terminal";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user