Add kwin full source tree, greeter login, zsh, pcid service, and build system improvements
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
function init() {
|
||||
const edge = readConfig("Edge", 1);
|
||||
if (readConfig("mode", "") == "unregister") {
|
||||
unregisterScreenEdge(edge);
|
||||
} else {
|
||||
registerScreenEdge(edge, workspace.slotToggleShowDesktop);
|
||||
}
|
||||
}
|
||||
options.configChanged.connect(init);
|
||||
|
||||
init();
|
||||
|
||||
Reference in New Issue
Block a user