summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index f765f5c..dbe7713 100644
--- a/src/main.c
+++ b/src/main.c
@@ -103,7 +103,7 @@ main (int argc, char **argv)
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
textdomain (GETTEXT_PACKAGE);
- gdk_set_allowed_backends ("x11");
+ gdk_set_allowed_backends ("wayland,x11");
ctx = g_option_context_new (_("[FILEā€¦]"));
g_option_context_add_main_entries (ctx, goption_options, PACKAGE);