-
Notifications
You must be signed in to change notification settings - Fork 30
Description
In menu.py, -L is used to specify the height of the menu. However, this interferes with the user's wofi settings. For example, I have set wofi to spawn on the left side of the screen with the height of the entire screen. The -L overrides the height setting I've made and instead makes wofi spawn at approximately a third of the height of the entire screen. I'm not entirely certain how useful it is to specify this parameter by default; in my mind it should be up to the user to configure wofi how they would like or wrap keepmenu appropriately if they want a keepmenu specific configuration. Right now I have to work around this by editing menu.py, but it'd be nice if the parameter was removed upstream or at least a user options to control this behavior was added.
Note: I'm not sure how this is affects other menus like rofi and what not.
To reproduce:
- edit
$XDG_CONFIG_HOME/.config/wofi/configand add the optionheight=100%, or any user specified height really. - run keepmenu. You'll see that this setting is not kept, despite other wofi instantiations working correctly.