mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Merge pull request #314 from genebean/atuin_whatsapp
Update Atuin settings and move WhatsApp to MAS
This commit is contained in:
commit
93165468b8
2 changed files with 5 additions and 2 deletions
|
|
@ -85,7 +85,6 @@ in {
|
||||||
"virtualbox"
|
"virtualbox"
|
||||||
"vlc"
|
"vlc"
|
||||||
"whalebird"
|
"whalebird"
|
||||||
"whatsapp"
|
|
||||||
"zenmap"
|
"zenmap"
|
||||||
"zoom"
|
"zoom"
|
||||||
];
|
];
|
||||||
|
|
@ -97,6 +96,7 @@ in {
|
||||||
"Keeper Password Manager" = 414781829;
|
"Keeper Password Manager" = 414781829;
|
||||||
"MeetingBar" = 1532419400;
|
"MeetingBar" = 1532419400;
|
||||||
"Microsoft Remote Desktop" = 1295203466;
|
"Microsoft Remote Desktop" = 1295203466;
|
||||||
|
"WhatsApp Messenger" = 310633997;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -31,9 +31,12 @@
|
||||||
atuin = {
|
atuin = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
sync_address = "https://atuin.home.technicalissues.us";
|
ctrl_n_shortcuts = true; # Use Ctrl-0 .. Ctrl-9 instead of Alt-0 .. Alt-9 UI shortcuts
|
||||||
|
enter_accept = true; # press tab to edit command before running
|
||||||
filter_mode_shell_up_key_binding = "host"; # or global, host, directory, etc
|
filter_mode_shell_up_key_binding = "host"; # or global, host, directory, etc
|
||||||
|
sync_address = "https://atuin.home.technicalissues.us";
|
||||||
sync_frequency = "15m";
|
sync_frequency = "15m";
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
bat = {
|
bat = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue