mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-26 22:18:20 -04:00
move hotkeys to the files of the programs they're for
This commit is contained in:
parent
dc4371c619
commit
d99ce4a251
5 changed files with 67 additions and 39 deletions
|
@ -17,10 +17,21 @@
|
|||
};
|
||||
programs = {
|
||||
zsh = {
|
||||
# Completion support for kitten
|
||||
# Completion support for kitten
|
||||
initExtra = ''
|
||||
compdef _kitty kitten
|
||||
'';
|
||||
};
|
||||
plasma = {
|
||||
hotkeys = {
|
||||
commands = {
|
||||
"kitty" = {
|
||||
name = "kitty";
|
||||
key = "Alt+Shift+Return";
|
||||
command = "kitty";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue