Article 56EG4 Awesome WM - Chatty (Java application) bypass dimension properties from rc.lua

Awesome WM - Chatty (Java application) bypass dimension properties from rc.lua

by
Ghost-Order
from LinuxQuestions.org on (#56EG4)
Chatty is a java application to chat in Twitch (streaming platform) from the desktop.

What I'm trying to accomplish is that Chatty always starts with specifics X, Y, width and height properties.

Code:{ rule = { class = "chatty-Chatty" },
properties = {
width = 267,
height = 223,
x = 1575,
y = 774
},
},The X and Y properties work just fine, wherever I move the window if I closed and open it again it appears in my desired position. However for some reason I fail to acknowledge Chatty doesn't care about the width and height properties, it always opens with the last geometry.

Chatty itself have a config file but there isn't anything related to width and height dimensions.

I'm on Arch, and the only WM I have is Awesome.

PD: One weird thing is that every time I'm changing the window size it also moves, always in a bottom right direction. This is annoying but not a problem, I'm mentioning this just in case it is related to the possible issue.latest?d=yIl2AUoC8zA latest?i=DHc95x57QeA:b8TEiqHEVbE:F7zBnMy latest?i=DHc95x57QeA:b8TEiqHEVbE:V_sGLiP latest?d=qj6IDK7rITs latest?i=DHc95x57QeA:b8TEiqHEVbE:gIN9vFwDHc95x57QeA
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments