Add ctrl+alt+t wezterm shortcut

This commit is contained in:
Alexander Wainwright
2025-08-18 14:27:14 +10:00
parent 2afa9bb505
commit df2244f223

View File

@@ -19,6 +19,17 @@
# xxx
# '';
dconf.settings = {
"org/gnome/settings-daemon/plugins/media-keys" = {
custom-keybindings = [ "/org/gnome/settings-daemon/plugins/media-keys/custom0/" ];
};
"org/gnome/settings-daemon/plugins/media-keys/custom0" = {
binding = "<Primary><Alt>t";
command = "wezterm";
name = "open-terminal";
};
};
home.shellAliases = {
e = "ls -lh";
tree = "eza --tree";