Floating windows initial position
asked 2012-12-24 21:25:23 +0000
This post is a wiki. Anyone with karma >100 is welcome to improve it.
Is it possible to force the initial position for a "floating enable" window? (By default, it appears on the center of the screen)
More specifically, I'm trying to put a simple GTK calendar near the bottom-right corner:
for_window [class="Gsimplecal"] floating enable
for_window [class="Gsimplecal"] border none
I tried something like:
for_window [class="Gsimplecal"] geometry {"x": 1600, "y": 1, "width": 150, "height": 150}
but no luck.