summaryrefslogtreecommitdiff
path: root/include/sway/config.h
diff options
context:
space:
mode:
authoremersion <[email protected]>2018-11-17 12:29:59 +0100
committeremersion <[email protected]>2018-11-19 17:38:37 +0100
commit311c7db7e300bc9e749a582a56805150180138e0 (patch)
treea695f7af6143e47c8b7bb8afe32e2e8f59c39958 /include/sway/config.h
parent67d24e8fc54b9e091533500de22f02302a4c79fc (diff)
Add xwayland command
Diffstat (limited to 'include/sway/config.h')
-rw-r--r--include/sway/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index 658b4a01..c44533ee 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -393,6 +393,7 @@ struct sway_config {
size_t urgent_timeout;
enum sway_fowa focus_on_window_activation;
enum sway_popup_during_fullscreen popup_during_fullscreen;
+ bool xwayland;
// Flags
enum focus_follows_mouse_mode focus_follows_mouse;