mirror of
https://github.com/gosticks/PaperWM.git
synced 2026-08-17 06:30:16 +00:00
Add bare bones necessary files for extension packing
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
const Extension = imports.misc.extensionUtils.getCurrentExtension();
|
||||
const Tiling = Extension.imports.tiling;
|
||||
|
||||
|
||||
function init() {
|
||||
}
|
||||
|
||||
function enable() {
|
||||
}
|
||||
|
||||
function disable() {
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"uuid": "paperwm@hedning:matrix.org",
|
||||
"name": "PaperWM",
|
||||
"description": "Tiling window manager with a twist",
|
||||
"url": "https://github.com/paperwm/PaperWM",
|
||||
"settings-schema": "org.gnome.shell.extensions.org-scrollwm",
|
||||
"shell-version": [ "3.22" ]
|
||||
}
|
||||
Reference in New Issue
Block a user