1
0
Fork 0

Add habitica hotkey

This commit is contained in:
Malte Brandy 2018-07-19 19:49:58 +02:00
parent aa64a1660b
commit 813d2d6367
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -149,6 +149,7 @@ fn main() -> Result<()> {
"Change State".into(),
Next::Do(Rc::new(|| change_state().map(|_| Next::Exit)))
),
run("Habitica", "firefox --new-window https://habitica.com"),
ssh,
apps,
run("Tasks", "tasklauncher"),