mirror of
https://github.com/swaywm/sway.git
synced 2026-04-27 06:46:25 -04:00
Add xwayland command
This commit is contained in:
parent
67d24e8fc5
commit
311c7db7e3
10 changed files with 72 additions and 39 deletions
|
|
@ -212,6 +212,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;
|
||||
|
||||
// floating view
|
||||
config->floating_maximum_width = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue