mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
tearing: add fullscreen options (#1941)
Co-authored-by: Consolatis <35009135+Consolatis@users.noreply.github.com>
This commit is contained in:
parent
19f0b769de
commit
433a4509af
9 changed files with 105 additions and 20 deletions
|
|
@ -187,7 +187,12 @@ Actions are used in menus and keyboard/mouse bindings.
|
|||
original window. There can be multiple windows with this mode set.
|
||||
|
||||
*<action name="ToggleTearing" />*
|
||||
Toggles tearing for the focused window.
|
||||
Toggles tearing for the focused window between enabled and disabled.
|
||||
This overrides the preference (tearing hint) from the focused window.
|
||||
|
||||
Requires the config option 'allowTearing'. When 'allowTearing' is set
|
||||
to 'fullscreen' or 'fullscreenForced', tearing will still only be
|
||||
enabled if the active window is in fullscreen mode.
|
||||
|
||||
*<action name="FocusOutput" output="HDMI-A-1" />*
|
||||
Give focus to topmost window on given output and warp the cursor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue