Skip to content

Commit

Permalink
docs: add option workspace_swipe_edge
Browse files Browse the repository at this point in the history
  • Loading branch information
horriblename committed Jan 3, 2024
1 parent 4ed8120 commit d8c55ec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,12 @@ plugin {
# must be >= 3
workspace_swipe_fingers = 3
# switching workspaces by swiping from an edge, this is separate from workspace_swipe_fingers
# and can be used at the same time
# possible values: l, r, u, or d
# to disable it set it to anything else
workspace_swipe_edge = d
# in milliseconds
long_press_delay = 400
Expand Down

0 comments on commit d8c55ec

Please sign in to comment.