diff options
Diffstat (limited to 'sway/desktop')
| -rw-r--r-- | sway/desktop/layer_shell.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/sway/desktop/layer_shell.c b/sway/desktop/layer_shell.c index c5b6d19c..91e113a7 100644 --- a/sway/desktop/layer_shell.c +++ b/sway/desktop/layer_shell.c @@ -191,7 +191,7 @@ void arrange_layers(struct sway_output *output) {  		arrange_output(output);  	} -	// Arrange non-exlusive surfaces from top->bottom +	// Arrange non-exclusive surfaces from top->bottom  	arrange_layer(output, &output->layers[ZWLR_LAYER_SHELL_V1_LAYER_OVERLAY],  			&usable_area, false);  	arrange_layer(output, &output->layers[ZWLR_LAYER_SHELL_V1_LAYER_TOP], | 
