mirror of
https://github.com/swaywm/sway.git
synced 2026-05-02 06:46:23 -04:00
Merge pull request #3144 from emersion/cmd-xwayland
Add xwayland command
This commit is contained in:
commit
4879d40695
10 changed files with 71 additions and 38 deletions
|
|
@ -204,6 +204,7 @@ static void config_defaults(struct sway_config *config) {
|
|||
config->font_height = 17; // height of monospace 10
|
||||
config->urgent_timeout = 500;
|
||||
config->popup_during_fullscreen = POPUP_SMART;
|
||||
config->xwayland = true;
|
||||
|
||||
config->titlebar_border_thickness = 1;
|
||||
config->titlebar_h_padding = 5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue