Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Similar to the X11 platform plugin, but should work on bare-bone X11 server, without any special extensions or hardware requirements (e.g. GL/DRI/XKB). Works over SSH X11Forwarding tunnel and inside VNC servers. Downside: much higher CPU load than other platforms. Usage: cog -P xcb https://example.com cog -P xcb -O "[options]" https://example.com [Options] is comma separated string with one or more of: fullscreen - start in fullscreen mode (not multi-monitor aware, default: not full screen). x=N,y=N - open window in position X,Y on screen width=N - set window width height=N - set window height (default for x,y,width,height: window manager decides) fps=N - screen update frequency (default: 10). higher values result in higher CPU load. scroll-delta=N - amount of pixels to scrool with mouse-wheel (default: 20). rev-scroll-direction - reverse mouse-whell scroll direction. ignore-keys - do not send keys to WebKit. ignore-mouse-movement - do not send mouse movement events to WebKit. ignore-mouse-buttons - do not send mouse button clicks and scroll wheel to WebKit. Example: cog -P xcb -O "fullscreen,fps=20,scroll-delta=100" https://example.com
- Loading branch information