Add new_float config option.
This option sets the default border style for containers automatically put into floating mode. Fixes #264
This commit is contained in:
committed by
Michael Stapelberg
parent
cd5ebc2dca
commit
42db9de7ec
@ -126,6 +126,9 @@ struct Config {
|
||||
/** The default border style for new windows. */
|
||||
border_style_t default_border;
|
||||
|
||||
/** The default border style for new floating windows. */
|
||||
border_style_t default_floating_border;
|
||||
|
||||
/** The modifier which needs to be pressed in combination with your mouse
|
||||
* buttons to do things with floating windows (move, resize) */
|
||||
uint32_t floating_modifier;
|
||||
|
Reference in New Issue
Block a user