remove packaging dir structure for now
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
{
|
||||
"KPlugin": {
|
||||
"Name": "Basalt",
|
||||
"Description": "Manual columnar tiling extension for KWin",
|
||||
"Icon": "preferences-system-windows",
|
||||
"Authors": [
|
||||
{
|
||||
"Email": "peter.fajdiga@gmail.com",
|
||||
"Name": "Peter Fajdiga"
|
||||
}
|
||||
],
|
||||
"Id": "basalt",
|
||||
"ServiceTypes": [
|
||||
"KWin/Script"
|
||||
],
|
||||
"Version": "1.0",
|
||||
"License": "GPLv3",
|
||||
"Website": "https://github.com/peterfajdiga/basalt"
|
||||
},
|
||||
"X-Plasma-API": "javascript",
|
||||
"X-Plasma-MainScript": "code/main.js"
|
||||
}
|
||||
2
run.sh
2
run.sh
@@ -6,7 +6,7 @@ set -e
|
||||
|
||||
bash_source_absolute="$(pwd)/${BASH_SOURCE[0]}"
|
||||
basalt_dir="$(dirname "$bash_source_absolute")"
|
||||
kwin_script_path="$basalt_dir/contents/code/main.js"
|
||||
kwin_script_path="$basalt_dir/src/main.js"
|
||||
|
||||
num=$(dbus-send --print-reply --dest=org.kde.KWin \
|
||||
/Scripting org.kde.kwin.Scripting.loadScript \
|
||||
|
||||
Reference in New Issue
Block a user