Skip to content

Commit

Permalink
Merge branch 'switch_needs_shift_ctrl_alt'
Browse files Browse the repository at this point in the history
From debauchee/barrier-wiki#7 PR.

Thanks!

Signed-off-by: Dom Rodriguez <[email protected]>
  • Loading branch information
shymega committed Nov 15, 2021
2 parents 8cbb38c + da2afd0 commit c699951
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Command-Line.md
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,9 @@ switchCorners = {none, top-left, top-right, bottom-left, bottom-right, left, rig
switchCornerSize = N
switchDelay = N
switchDoubleTap = N
switchNeedsShift = {true|false}
switchNeedsControl = {true|false}
switchNeedsAlt = {true|false}
screenSaverSync = {true|false}
relativeMouseMoves = {true|false}
clipboardSharing = {true|false}
Expand All @@ -463,6 +466,9 @@ of the listed corners
`N` milliseconds
- `switchDoubleTap` prevents switching unless the edge is double-tapped
within `N` milliseconds
- `switchNeedsShift` prevents switching unless the shift key is held
- `switchNeedsControl` prevents switching unless the control key is held
- `switchNeedsAlt` prevents switching unless the alt key is held
- `screenSaverSync` will sync the screensavers if set to `true`. If set to false
the clients will use their own screensaver settings and the server screensaver
won't start as long as there is input to any screen
Expand Down

0 comments on commit c699951

Please sign in to comment.