Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
do not attempt to use x11 backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Schneegans committed Jul 17, 2021
1 parent 1dcf676 commit a091c21
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/daemon.vala
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ public class Daemon : GLib.Application {
public static int main(string[] args) {
version = "0.7.2";

// try using X11/Xwayland display server by default
GLib.Environment.set_variable("GDK_BACKEND", "x11", true);

// disable overlay scrollbar --- hacky workaround for black /
// transparent background
GLib.Environment.set_variable("LIBOVERLAY_SCROLLBAR", "0", true);
Expand Down

0 comments on commit a091c21

Please sign in to comment.