diff --git a/.emacs.d/desktop.el b/.emacs.d/desktop.el index 141fef1..b7c5dc9 100644 --- a/.emacs.d/desktop.el +++ b/.emacs.d/desktop.el @@ -364,13 +364,13 @@ DIR is either 'left or 'right." ^Apps^ _t_: Terminal (Alacritty) _b_: Browser (Firefox) -_s_: Slack +_s_: Rocket.Chat _e_: Telegram _d_: Discord " ("t" (lambda () (interactive) (my/run-in-background "alacritty"))) ("b" (lambda () (interactive) (my/run-in-background "firefox"))) - ("s" (lambda () (interactive) (my/run-in-background "slack-wrapper"))) + ("s" (lambda () (interactive) (my/run-in-background "flatpak run chat.rocket.RocketChat"))) ("e" (lambda () (interactive) (my/run-in-background "telegram-desktop"))) ("d" (lambda () (interactive) (my/run-in-background "flatpak run com.discordapp.Discord")))) diff --git a/Desktop.org b/Desktop.org index c09a236..f52a7ad 100644 --- a/Desktop.org +++ b/Desktop.org @@ -890,13 +890,13 @@ A +transient+ hydra for shortcuts for the most frequent apps. ^Apps^ _t_: Terminal (Alacritty) _b_: Browser (Firefox) -_s_: Slack +_s_: Rocket.Chat _e_: Telegram _d_: Discord " ("t" (lambda () (interactive) (my/run-in-background "alacritty"))) ("b" (lambda () (interactive) (my/run-in-background "firefox"))) - ("s" (lambda () (interactive) (my/run-in-background "slack-wrapper"))) + ("s" (lambda () (interactive) (my/run-in-background "flatpak run chat.rocket.RocketChat"))) ("e" (lambda () (interactive) (my/run-in-background "telegram-desktop"))) ("d" (lambda () (interactive) (my/run-in-background "flatpak run com.discordapp.Discord")))) #+end_src