diff options
| author | Brian Ashworth <bosrsf04@gmail.com> | 2018-07-24 18:41:08 -0400 | 
|---|---|---|
| committer | Brian Ashworth <bosrsf04@gmail.com> | 2018-07-24 18:41:08 -0400 | 
| commit | dca02944ce91feae625e68d897d4caee025f7002 (patch) | |
| tree | 9a8c70c55a4b210c713d6392805b782fc40742e0 /sway/config.c | |
| parent | 817d37c95032946a2e508fcc33cfa5c7ed65cc0d (diff) | |
| download | sway-dca02944ce91feae625e68d897d4caee025f7002.tar.xz | |
Implement floating_modifier <mod> [inverse|normal]
Diffstat (limited to 'sway/config.c')
| -rw-r--r-- | sway/config.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/sway/config.c b/sway/config.c index 90dfb9a9..2afffab1 100644 --- a/sway/config.c +++ b/sway/config.c @@ -180,6 +180,7 @@ static void config_defaults(struct sway_config *config) {  	list_add(config->modes, config->current_mode);  	config->floating_mod = 0; +	config->floating_mod_inverse = false;  	config->dragging_key = BTN_LEFT;  	config->resizing_key = BTN_RIGHT; | 
