summaryrefslogtreecommitdiffstats
path: root/include/config.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-06-01 08:50:36 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-06-01 08:50:36 -0400
commitdf16c2e7d17ca6750b942d356d5ea3c47aa0efee (patch)
tree11985edc000a2c2a57f5268ff025e9db318d0d66 /include/config.h
parentMerge pull request #686 from zandrmartin/fix-swaybar-in-08bef67 (diff)
parentClean up not used variables (diff)
downloadsway-df16c2e7d17ca6750b942d356d5ea3c47aa0efee.tar.gz
sway-df16c2e7d17ca6750b942d356d5ea3c47aa0efee.tar.zst
sway-df16c2e7d17ca6750b942d356d5ea3c47aa0efee.zip
Merge pull request #689 from thuck/floating_size_conf
Floating size conf
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index 1a6ba19d..d591daf2 100644
--- a/include/config.h
+++ b/include/config.h
@@ -227,7 +227,7 @@ struct sway_config {
227 uint32_t background; 227 uint32_t background;
228 } border_colors; 228 } border_colors;
229 229
230 // floating view minimum 230 // floating view
231 int32_t floating_maximum_width; 231 int32_t floating_maximum_width;
232 int32_t floating_maximum_height; 232 int32_t floating_maximum_height;
233 int32_t floating_minimum_width; 233 int32_t floating_minimum_width;