17abac9db3
A new sub-directory scripting is added in autotests/integration to gather all test cases related to scripting. The first added test case verifies the activation of screen edges. For that it loads a helper script, which reserves an edge based on config. When the edge is triggered showing desktop is activated.
1 line
94 B
JavaScript
1 line
94 B
JavaScript
registerScreenEdge(readConfig("Edge", 1), function() { workspace.slotToggleShowDesktop(); });
|