aboutsummaryrefslogtreecommitdiffstats
path: root/sway/config
diff options
context:
space:
mode:
Diffstat (limited to 'sway/config')
-rw-r--r--sway/config/output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/config/output.c b/sway/config/output.c
index dc9ee37c..ff3f73a3 100644
--- a/sway/config/output.c
+++ b/sway/config/output.c
@@ -111,7 +111,7 @@ void apply_output_config(struct output_config *oc, swayc_t *output) {
111 set_mode(wlr_output, oc->width, oc->height, oc->refresh_rate); 111 set_mode(wlr_output, oc->width, oc->height, oc->refresh_rate);
112 } 112 }
113 if (oc && oc->scale > 0) { 113 if (oc && oc->scale > 0) {
114 sway_log(L_DEBUG, "Set %s scale to %d", oc->name, oc->scale); 114 sway_log(L_DEBUG, "Set %s scale to %f", oc->name, oc->scale);
115 wlr_output_set_scale(wlr_output, oc->scale); 115 wlr_output_set_scale(wlr_output, oc->scale);
116 } 116 }
117 if (oc && oc->transform >= 0) { 117 if (oc && oc->transform >= 0) {