into account exclusive layer-shell clients. Written-by: @Consolatis
- Restore natural geometry when moving tiled/maximized window
Fixes #391. Written-by: @Consolatis
-- Improve action implementation to take a list of arguments in preperation
+- Improve action implementation to take a list of arguments in preparation
for actions with multiple arguments. Written-by: @Consolatis
### Fixed
### Added
-- Support wlr-output-management protcol for setting output position, scale
+- Support wlr-output-management protocol for setting output position, scale
and orientation with kanshi or similar
- Support server side decoration rounded corners
- Change built-in theme to match default GTK style
effectively sharing only the region of the screen.
It must be noted that overlaying virtual output and real output is not
- endorsed or explicitely supported by wlroots. For example, after configuring
+ endorsed or explicitly supported by wlroots. For example, after configuring
virtual output, real output must be reconfigured as well (for the overlay
configuration to work correctly). This is the example configuration:
/*
* Virtual keyboards should not belong to seat->keyboard_group. As a result we
- * need to be able to ascertain which wlr_keyboard key/modifer events come from
+ * need to be able to ascertain which wlr_keyboard key/modifier events come from
* and we achieve that by using `struct keyboard` which inherits `struct input`
* and adds keybord specific listeners and a wlr_keyboard pointer.
*/
return NULL;
}
- /* Ignore superflous 'text.' in node name */
+ /* Ignore superfluous 'text.' in node name */
if (node->parent && !strcmp((char *)node->name, "text")) {
node = node->parent;
}
{
/*
* Set default for XDG_CURRENT_DESKTOP so xdg-desktop-portal-wlr is happy.
- * May be overriden either by already having a value set or by the user
+ * May be overridden either by already having a value set or by the user
* supplied environment file.
*/
setenv("XDG_CURRENT_DESKTOP", "wlroots", 0);
* Set default for _JAVA_AWT_WM_NONREPARENTING so that Java applications
* such as JetBrains/Intellij Idea do render blank windows and menus
* with incorrect offset. See https://github.com/swaywm/sway/issues/595
- * May be overriden either by already having a value set or by the user
+ * May be overridden either by already having a value set or by the user
* supplied environment file.
*/
setenv("_JAVA_AWT_WM_NONREPARENTING", "1", 0);
if (ctx.type != LAB_SSD_MENU) {
close_menu = true;
} else if (menu_call_actions(ctx.node)) {
- /* Action was successfull, may fail if item just opens a submenu */
+ /* Action was successful, may fail if item just opens a submenu */
close_menu = true;
}
return;
/*
* Configures the output created by the backend to use our allocator
- * and our renderer. Must be done once, before commiting the output
+ * and our renderer. Must be done once, before committing the output
*/
if (!wlr_output_init_render(wlr_output, server->allocator,
server->renderer)) {
}
/*
- * Take the way outputs are currently configured/layed out and turn that into
+ * Take the way outputs are currently configured/laid out and turn that into
* a struct that we send to clients via the wlr_output_configuration v1
* interface
*/