diff options
author | Guldoman <giulio.lettieri@gmail.com> | 2023-08-09 20:21:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-09 14:21:26 -0400 |
commit | edeac27a93bdac097a117b0ae5644cde1e5f1a61 (patch) | |
tree | 7d3f314910036cb60cc1f500abace2e0801aee2e /manifest.json | |
parent | c21ad9f00f48ca4b56b0dbca0172d04eb9d324ff (diff) | |
download | lite-xl-plugins-edeac27a93bdac097a117b0ae5644cde1e5f1a61.tar.gz lite-xl-plugins-edeac27a93bdac097a117b0ae5644cde1e5f1a61.zip |
Add `su_save` (#274)
* Add `su_save`
* Increase load priority
Some default plugins like `autoreload` expect the file to be available
after the save, so we try to run before it.
* Avoid using `--keep-cwd` as it needs a recent version of `pkexec`
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index 81e06c9..4397258 100644 --- a/manifest.json +++ b/manifest.json @@ -1277,6 +1277,14 @@ "mod_version": "3" }, { + "description": "Save files that require root permissions. Needs `pkexec`.", + "version": "1.0", + "path": "plugins/su_save.lua", + "id": "su_save", + "name": "Save as Super User", + "mod_version": "3" + }, + { "description": "Takes an SVG screenshot. Only browsers seem to support the generated SVG properly.", "version": "0.1", "path": "plugins/svg_screenshot.lua", |