Closed nclarius closed 2 years ago
Probably need a link to location docs in the Readme documentation.
https://github.com/davatorium/rofi/blob/master/doc/Notes/Theme/Positioning/theme3-positioning.markdown
Also, location can be a string like:
northwest
, north
, northeast
, west
, center
, east
, southwest
, south
, southeast
Not really a fan of the magic location=9
for under mouse.
Also [Location]
should be [General] Location
. There's a merge conflict so I'm just gonna manually merge this with some fixes.
Uhg, I was wrong again. -location center
only worked because it didn't understant the value and used rofi's default (which is to center). -location northwest
does not work. We do need to use 0, 1, ..., 8
. Unless we use window { location: northeast; }
CSS.
The issue with using window { location: northeast; }
is that the user can no longer control the location if they set a RofiTheme
value.
Actually, we need to set the Width + Lines when we have a RofiTheme too. So might as well add that.
Implements issue #51