Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dkondor committed Jan 3, 2025
1 parent f8c2ae8 commit 789fae9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/core/hyprlock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include <fcntl.h>
#include <signal.h>
#include <unistd.h>
#include <errno.h>
#include <assert.h>
#include <string.h>
#include <xf86drm.h>
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ void help() {
" --immediate - Lock immediately, ignoring any configured grace period\n"
" --immediate-render - Do not wait for resources before drawing the background\n"
" --no-fade-in - Disable the fade-in animation when the lock screen appears\n"
" -R, --ready-fd FD - Write a single newline character to this file descriptor after locking the screen\n"
" -R FD, --ready-fd FD - Write a single newline character to this file descriptor after locking the screen\n"
" -D, --daemonize - Run hyprlock in the background. This command will return after the screen has been locked\n"
" -V, --version - Show version information\n"
" -h, --help - Show this help message\n";
Expand Down

0 comments on commit 789fae9

Please sign in to comment.