feat: remove Ptyxis terminal keybinding and associated settings

This commit is contained in:
2025-05-20 15:08:41 +02:00
parent 39772b7943
commit 9fce8e4968
2 changed files with 0 additions and 10 deletions

View File

@ -36,11 +36,6 @@
show-desktop-icons = true;
};
"org/gnome/Ptyxis" = {
use-system-font = false;
font-name = "Hack Nerd Font Mono 13";
};
"org/gnome/desktop/applications/file-manager" = {
exec = "nautilus";
};

View File

@ -30,11 +30,6 @@ lib.mkIf (builtins.match ".*GNOME.*" (builtins.getEnv "XDG_CURRENT_DESKTOP") !=
command = "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" = {
binding = "<Super>e";
command = "smile";