Skip to content

Commit

Permalink
steamcompmgr: Default cv_cursor_composite to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
misyltoad committed Jun 20, 2024
1 parent 8e9828a commit 2e43c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/steamcompmgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2224,7 +2224,7 @@ static void paint_pipewire()
}
#endif

gamescope::ConVar<int> cv_cursor_composite{ "cursor_composite", true, "0 = Never composite a cursor. 1 = Composite cursor when not nested. 2 = Always composite a cursor manually" };
gamescope::ConVar<int> cv_cursor_composite{ "cursor_composite", 1, "0 = Never composite a cursor. 1 = Composite cursor when not nested. 2 = Always composite a cursor manually" };

static void
paint_all(bool async)
Expand Down

0 comments on commit 2e43c15

Please sign in to comment.