Skip to content

Commit

Permalink
Sync wiki contents with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 31, 2024
1 parent 0df5bda commit c1b04ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
- [pikvm-i2c-display.md](Wiki/linux/pikvm-i2c-display.md)
- [smartcard-reader.md](Wiki/linux/smartcard-reader.md)
- [nvme-block-size.md](Wiki/linux/nvme-block-size.md)
- [Hyprlock-automation-commands.md](Wiki/linux/Hyprlock-automation-commands.md)
- [format-sd-card.md](Wiki/linux/format-sd-card.md)
- [wine-creating-filetype-associations.md](Wiki/linux/wine-creating-filetype-associations.md)
- [shell-param-expansion.md](Wiki/linux/shell-param-expansion.md)
Expand Down
7 changes: 7 additions & 0 deletions src/Wiki/linux/Hyprlock-automation-commands.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Command to lock screen

`loginctl lock-session`

## Command to unlock screen

`pkill -USR1 hyprlock`

0 comments on commit c1b04ee

Please sign in to comment.