Compare commits

..

1 Commits

Author SHA1 Message Date
coolneng a558a6584a
Add doom sync action to popup-window script 2021-05-27 17:42:26 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ 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" ;;
"Sync doom emacs") execute_command "$HOME/.emacs.d/bin/doom sync > /tmp/script-test" ;; "Sync doom emacs") execute_command "$HOME/.emacs.d/bin/doom sync" ;;
esac esac
} }