kek/evilwm

Not sure if it's an issue, but a request

Closed this issue · 1 comments

Hi there. I love evilwm...

however, I can't get custom geometry to work with ~/.evilwmrc for some reason. I can't find a single example on the internet, either.

I'm a bit familiar with xprop | grep WM_CLASS from using spectrwm, where the value it returns is flipped -

 quirk[Chromium:chromium] = FLOAT

I would like to set Chromium's geometry, but it doesn't work...
I've tried all sorts of variations.

I created an ~/.evilwmrc with

 app chromium -geometry 160x20+0+0 
 app Chromium ...
 app Chromium/chromium (which crashes)
 app "Chromium,chromium" 

and so on...

Could you please give me an example?

Ah, figured it out. The manual says to omit the leading dash but it doesn't work without.

in ~/.evilwmrc:

 -app chromium -g 1000x360+120+110 

works fine. Sorry to bug, closing!