-
This appears to be have already been reported [here](https://github.com/drmgc/i3ipcpp/issues/43)
-
[How to file a helpful issue](https://www.qubes-os.org/doc/issue-tracking/)
### The problem you're addressing (if any)
For now, to install a local rpm package in `dom0`, I have to copy the rpm f…
-
Running the version from #2, i3ipc-dynamic-tiling crashed at one point with this message:
```
2021-07-23 15:36:34,653 INFO: Workspace::Focus::3
2021-07-23 15:36:34,653 DEBUG: Workspace info: {'mo…
-
I sometimes get errors like the following when changing workspaces in sway:
```
2021-07-17 17:18:41,481 INFO: Workspace::Focus::3
2021-07-17 17:18:41,481 DEBUG: Create container: main
Container al…
-
I am currently on the current workspace, identified by the number 1, I am using the following script
```
package main
import "github.com/proxypoke/i3ipc"
func main() {
i3ipc, err := i3ipc.G…
-
Here's the traceback
```
Traceback (most recent call last):
File "/usr/sbin/swayblur", line 8, in
sys.exit(main())
File "/usr/lib/python3.10/site-packages/swayblur/__main__.py", line 1…
-
While investigating [this issue](https://github.com/denesb/xfce4-i3-workspaces-plugin/issues/7) I consistently met crashes inside _i3ipc-glib_ when restarting i3. Since I wasn't entirely confident tha…
-
Hi,
is it possible (and if it is how do you do it) to combine the event-loop from i3ipc with another event loop (gtk say) so that you could for example write a GUI-script that uses i3ipc?
Many t…
-
Just found this discrepency between the `i3-msg` cli and `i3ipc-glib` and was curious why. The sort order of the workspace replies is reversed in the latter.
I guess we are `prepending` to the repl…
-
It seems a large use case for *import* is, as stated in the readme, for use with *deriving* to derive functions for types that you do not own.
It is commonly necessary to place attributes within a…