Make xwayland scale factor configurable via xwayland scale command.

This commit is contained in:
Dario Nieuwenhuis 2020-02-10 02:26:09 +01:00
parent 5e5e5f2ee5
commit cd9d1038a8
11 changed files with 120 additions and 18 deletions

View file

@ -291,6 +291,11 @@ sway_cmd seat_cmd_pointer_constraint;
sway_cmd seat_cmd_shortcuts_inhibitor;
sway_cmd seat_cmd_xcursor_theme;
sway_cmd xwayland_cmd_enable;
sway_cmd xwayland_cmd_disable;
sway_cmd xwayland_cmd_force;
sway_cmd xwayland_cmd_scale;
sway_cmd cmd_ipc_cmd;
sway_cmd cmd_ipc_events;
sway_cmd cmd_ipc_event_cmd;

View file

@ -528,6 +528,7 @@ struct sway_config {
enum sway_fowa focus_on_window_activation;
enum sway_popup_during_fullscreen popup_during_fullscreen;
enum xwayland_mode xwayland;
int32_t xwayland_scale;
// swaybg
char *swaybg_command;