1
0
mirror of https://github.com/artizirk/wdisplays.git synced 2025-12-08 09:05:13 +02:00

Merge pull request #2 from WhyNotHugo/output-name-bottom-left

Move the output name overlay to the bottom left
This commit is contained in:
redtide
2023-07-01 09:52:32 +02:00
committed by GitHub

View File

@@ -132,7 +132,7 @@ void window_map(GtkWidget *widget, gpointer data) {
&layer_surface_listener, output);
zwlr_layer_surface_v1_set_anchor(output->overlay_layer_surface,
ZWLR_LAYER_SURFACE_V1_ANCHOR_TOP |
ZWLR_LAYER_SURFACE_V1_ANCHOR_BOTTOM |
ZWLR_LAYER_SURFACE_V1_ANCHOR_LEFT);
resize(output);