feat: remove Ptyxis terminal keybinding and associated settings
This commit is contained in:
@ -36,11 +36,6 @@
|
|||||||
show-desktop-icons = true;
|
show-desktop-icons = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
"org/gnome/Ptyxis" = {
|
|
||||||
use-system-font = false;
|
|
||||||
font-name = "Hack Nerd Font Mono 13";
|
|
||||||
};
|
|
||||||
|
|
||||||
"org/gnome/desktop/applications/file-manager" = {
|
"org/gnome/desktop/applications/file-manager" = {
|
||||||
exec = "nautilus";
|
exec = "nautilus";
|
||||||
};
|
};
|
||||||
|
@ -30,11 +30,6 @@ lib.mkIf (builtins.match ".*GNOME.*" (builtins.getEnv "XDG_CURRENT_DESKTOP") !=
|
|||||||
command = "missioncenter";
|
command = "missioncenter";
|
||||||
name = "missioncenter";
|
name = "missioncenter";
|
||||||
};
|
};
|
||||||
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/terminal" = {
|
|
||||||
binding = "<Ctrl><Alt>t";
|
|
||||||
command = "ptyxis --new-window";
|
|
||||||
name = "terminal";
|
|
||||||
};
|
|
||||||
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/emotes" = {
|
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/emotes" = {
|
||||||
binding = "<Super>e";
|
binding = "<Super>e";
|
||||||
command = "smile";
|
command = "smile";
|
||||||
|
Reference in New Issue
Block a user