-
Hi! On my Pop_os installation I have a script that I bind to shortcuts for manipulating my most used apps like browser, terminal, and code editor. For the terminal it would look like this:
Let's say I have no apps open:
Is there a way to check for open apps and their windows and is it possible to manipulate the windows position and workspace location by script? I hope I made myself clear! It's not that easy to explain. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Unfortunately, it's not currently possible. The IPC system needs to be extended with workspace and window information, and some way to manipulate windows different from the currently focused one. |
Beta Was this translation helpful? Give feedback.
-
There's a tool called wlrctl that you could check out. I have a keybinding that a runs a script with |
Beta Was this translation helpful? Give feedback.
Unfortunately, it's not currently possible. The IPC system needs to be extended with workspace and window information, and some way to manipulate windows different from the currently focused one.