1
0
Fork 0

Remove unnecessary hotkey

This commit is contained in:
Malte Brandy 2021-11-26 15:23:06 +01:00
parent 8c300adba8
commit 07699be2bb
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -5,8 +5,7 @@ in
[ [
{ {
Orga = [ Orga = [
{ Kassandra2 = fork "kassandra2"; } { Kassandra = fork "kassandra2"; }
{ Kassandra = fork "kassandra"; }
{ Kalendar = "ikhal"; } { Kalendar = "ikhal"; }
{ Habitica = fork "firefox https://habitica.com"; } { Habitica = fork "firefox https://habitica.com"; }
{ Tasks = "tasksh"; } { Tasks = "tasksh"; }
@ -80,7 +79,6 @@ in
{ Zoom = fork "zoom"; } { Zoom = fork "zoom"; }
{ Telegram = fork "telegram-desktop"; } { Telegram = fork "telegram-desktop"; }
{ Discord = fork "Discord"; } { Discord = fork "Discord"; }
{ Jabber = fork "dino"; }
{ Tmate = "tmate"; } { Tmate = "tmate"; }
]; ];
} }