-
```
What steps will reproduce the problem?
1. Run pywo
2. Use shortcut to tile window
What is the expected output? What do you see instead?
pywo should move the window according to the shortcut.
…
-
Not an issue, just HOW TO.
```lisp
(tk-start "wish -geometry 300x200")
```
I found this because on XMonad, changing window geometry by xdotool or python's xlib just doesn't work. Also, adding widg…
-
**Software Versions**
* Python: 3.9.1
* OS: Fedora 33 with gnome-shell 3.38.2
* Kivy: 2.0.0
* Kivy installation method: `pip install -r requirements.txt` in a virtualenv without any version specif…
-
Taking a look to set_property() overload, some questions and ideas assaulted me (I think they can be exportable to other methods):
- set_property
- name: Union[Atom, int, str], -> Acce…
-
On Arch Linux, I installed the AUR package https://aur.archlinux.org/packages/selfspy-git.
Running it on command line with
`/usr/bin/python2 /usr/bin/selfspy --config /home/berceanu/.config/selfspy.c…
-
To reproduce open random image with `feh` and execute `redisplay` produces this error message:
```text
Error In Command 'redisplay': The value
NIL
…
-
```
What steps will reproduce the problem?
1. Run pywo
2. Use shortcut to tile window
What is the expected output? What do you see instead?
pywo should move the window according to the shortcut.
…
-
```
What steps will reproduce the problem?
1. Run pywo
2. Use shortcut to tile window
What is the expected output? What do you see instead?
pywo should move the window according to the shortcut.
…
-
Opening chrome's task manager (shortcut : Shift-Escape), a pop-up appears stating :
> Module aw-watcher-window quit unexpectedly [Restart] [Show details] [Cancel]
Details are
2017-11-21 1…
-
I would like to rename a window, but I can't. This is an example with getActiveWindow().
``` python
#!/usr/bin/python
from ewmh import EWMH
ewmh = EWMH()
# get the active window
win = ewmh.getActiv…