Deprecate x11 window capture since wayland is standard almost everywhere now and I have no way to test it

This commit is contained in:
AuroraWright
2025-04-10 01:22:02 +02:00
parent 8dac199a8f
commit 5e4168ef2b
4 changed files with 48 additions and 106 deletions

View File

@@ -22,7 +22,7 @@
;screen_capture_area = screen_1
;screen_capture_area = 400,200,1500,600
;screen_capture_area = OBS
;note: if screen_capture_area is a window name, this can be changed to capture inactive windows too. On Linux, the window must then not be covered by other windows!
;note: if screen_capture_area is a window name, this can be changed to capture inactive windows too.
;screen_capture_only_active_windows = True
;screen_capture_delay_secs = 3
;note: this specifies a combo to wait on for taking a screenshot instead of using the delay. As an example: <ctrl>+<shift>+s. The list of keys can be found here: https://pynput.readthedocs.io/en/latest/keyboard.html#pynput.keyboard.Key