Replies: 4 comments 10 replies
-
It has been discussed in the mailing list: https://groups.google.com/g/qtile-dev/c/mjMKB533GNA/m/f0UGhBxpDgAJ Apparently it is fixed with:
That being said, if it used to work without a particular environment, it could mean that we're doing something wrong. Please open an issue and ideally bisect the faulty commit. |
Beta Was this translation helpful? Give feedback.
-
I installed alacritty from github, and have the same issue when running alacritty locally, it does not happen while ssh to another computer. |
Beta Was this translation helpful? Give feedback.
-
I also have this issue on kitty 0.19.3 and alacritty 0.7.2. On my old st 0.8.4 installation everything works fine however. This also doesn't seem to affect all tui-programs. Also concerning the workaround: |
Beta Was this translation helpful? Give feedback.
-
I have that issue, too. For me it's htop and ncmpcpp in scratchpad terminals. Normal windows work fine though. I thought it might be a bug somewhere else (ncurses or some library used by those programs). Glad to see that I'm not alone. But what the heck is going on that this might be qtile's fault? I thought the terminal emulators were calculating the sizes and everything? What has that to do with the WM? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I've recently switched from qtile to qtile-git and I noticed that my terminal apps were opening with wrong dimensions when launched.
I'll use ranger to illustrate my example but this is the same for all my terminal programs:
This is what ranger is supposed to look like when launched. This is what it looked like when launched in qtile (stable) and this is what it looks like in qtile-git when launched manually (without the use of keybindings):
However, when I try to launch ranger through the use of keybindings in qtile-git, this is what I get:
This is the relevant part of my config file. Let me know if I need to post more of it:
I haven't made any changes in my config file when switching from qtile to qtile-git. I'm not sure if this is something I can fix myself, but I wanted to confirm before opening a new issue for this.
Beta Was this translation helpful? Give feedback.
All reactions