Remove kill MS Teams from recurrent-actions script

This commit is contained in:
coolneng 2022-02-21 19:15:39 +01:00
parent 49e3f368eb
commit 66983b06a3
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@ select_action() {
"System resources usage" "System resources usage"
"Connectivity test" "Connectivity test"
"Kill emacs" "Kill emacs"
"Kill MS Teams"
"Sync doom emacs" "Sync doom emacs"
"Start videocall" "Start videocall"
"Stop videocall" "Stop videocall"
@ -28,7 +27,6 @@ execute_action() {
"System resources usage") launch_kitty "htop" ;; "System resources usage") launch_kitty "htop" ;;
"Connectivity test") launch_kitty "ping -c 2 freebsd.org" ;; "Connectivity test") launch_kitty "ping -c 2 freebsd.org" ;;
"Kill emacs") execute_command "pkill emacs" ;; "Kill emacs") execute_command "pkill emacs" ;;
"Kill MS Teams") execute_command "pkill teams" ;;
"Sync doom emacs") execute_command "$HOME/.emacs.d/bin/doom sync" ;; "Sync doom emacs") execute_command "$HOME/.emacs.d/bin/doom sync" ;;
"Start videocall") execute_command "$script_folder/pulseaudio-mic-mute" && execute_command "$script_folder/videocall start" ;; "Start videocall") execute_command "$script_folder/pulseaudio-mic-mute" && execute_command "$script_folder/videocall start" ;;
"Stop videocall") execute_command "$script_folder/pulseaudio-mic-mute" && execute_command "$script_folder/videocall stop" ;; "Stop videocall") execute_command "$script_folder/pulseaudio-mic-mute" && execute_command "$script_folder/videocall stop" ;;