mirror of
https://github.com/swaywm/sway.git
synced 2026-05-06 06:46:40 -04:00
Add lock command for invoking swaylock_command
Add lock command to be able to bind a key to invoke the lock command specified by swaylock_command
This commit is contained in:
parent
61cc0c67fe
commit
146a22290e
5 changed files with 15 additions and 0 deletions
|
|
@ -117,6 +117,7 @@ sway_cmd cmd_input;
|
|||
sway_cmd cmd_seat;
|
||||
sway_cmd cmd_ipc;
|
||||
sway_cmd cmd_kill;
|
||||
sway_cmd cmd_lock;
|
||||
sway_cmd cmd_layout;
|
||||
sway_cmd cmd_log_colors;
|
||||
sway_cmd cmd_mark;
|
||||
|
|
|
|||
|
|
@ -4,4 +4,5 @@
|
|||
|
||||
void idle_setup_seat(struct sway_server *server, struct sway_seat *seat);
|
||||
bool idle_init(struct sway_server *server);
|
||||
void invoke_swaylock();
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue