Skip to content

Commit

Permalink
add hint to disable libdecor (disabled for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiko2k committed Dec 2, 2024
1 parent c161087 commit a52eaaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tauon/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ def transfer_args_and_exit() -> None:
SDL_SetHint(SDL_HINT_MOUSE_FOCUS_CLICKTHROUGH, b"1")
SDL_SetHint(SDL_HINT_VIDEO_X11_NET_WM_BYPASS_COMPOSITOR, b"0")
SDL_SetHint(SDL_HINT_RENDER_SCALE_QUALITY, "best".encode())
# SDL_SetHint(b"SDL_VIDEO_WAYLAND_ALLOW_LIBDECOR", b"0")

draw_border = True
w = 1120
Expand Down

0 comments on commit a52eaaf

Please sign in to comment.