Add ctrl+alt+t wezterm shortcut
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user