making some config changes to better setup qt environments
This commit is contained in:
parent
1e2cc2c916
commit
982b86059f
12 changed files with 278 additions and 79 deletions
4
scripts/kde-list-windows.js
Normal file
4
scripts/kde-list-windows.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
const clients = workspace.clientList();
|
||||
for (var i = 0; i < clients.length; i++) {
|
||||
print(clients[i].caption);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue