feat(terminal): Rewrite GJS plugin in Rust
This commit is contained in:
parent
3869e35a80
commit
2aa86e4ff7
8 changed files with 171 additions and 114 deletions
2
Makefile
2
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue