feat(terminal): Rewrite GJS plugin in Rust

This commit is contained in:
Michael Aaron Murphy 2021-08-23 20:04:10 +02:00
parent 3869e35a80
commit 2aa86e4ff7
8 changed files with 171 additions and 114 deletions

View file

@ -87,7 +87,7 @@ install:
ln -sf $(BIN) $(PLUGIN_DIR)/pulse/pulse
# Terminal plugin
install -Dm0755 plugins/src/terminal/terminal.js $(PLUGIN_DIR)/terminal
ln -sf $(BIN) $(PLUGIN_DIR)/terminal/terminal
# Scripts
mkdir -p $(SCRIPTS_DIR)