Skip to content

Commit

Permalink
Merge pull request #240 from Paiusco/fix/tabs-under-manpage
Browse files Browse the repository at this point in the history
Fix lack of tabs under manpage
  • Loading branch information
ReimuNotMoe authored May 8, 2024
2 parents b29a08c + e573cfb commit ac76271
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/push_pr_build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:
shell: bash
# Execute the build. You can specify a specific target with "--target <NAME>"
run: |
cmake --build . --config $BUILD_TYPE --target ydotool
cmake --build . --config $BUILD_TYPE --target ydotoold
cmake --build . --config $BUILD_TYPE
- name: Rename build files
run: |
Expand Down
2 changes: 1 addition & 1 deletion manpage/ydotool.1.scd
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Currently implemented command(s):
- 0x07 - TASK
- 0x40 - Mouse down
- 0x80 - Mouse up
Examples:

- 0x00: chooses left button, but does nothing (you can use this to implement extra sleeps)
Expand Down
8 changes: 4 additions & 4 deletions manpage/ydotoold.8.scd
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ ydotoold \- daemon for *ydotool*(1)
Set socket permission.

*-o*, *--socket-own=UID:GID*
Socket ownership.
Socket ownership.

*-m*, *--mouse-off*
Disable mouse (EV_REL)
Disable mouse (EV_REL)

*-k*, *--keyboard-off*
Disable keyboard (EV_KEY)
Disable keyboard (EV_KEY)
*-T*, *--touch-on*
Enable touchscreen (EV_ABS)
Enable touchscreen (EV_ABS)

*-h*, *--help*
Display help and exit.
Expand Down

0 comments on commit ac76271

Please sign in to comment.