mirror of
https://github.com/swaywm/sway.git
synced 2026-05-03 06:46:26 -04:00
Merge broke idle config
This commit is contained in:
parent
73eb752eee
commit
dd1a2922a4
1 changed files with 1 additions and 1 deletions
|
|
@ -99,8 +99,8 @@ static struct cmd_handler handlers[] = {
|
||||||
{ "exec", cmd_exec },
|
{ "exec", cmd_exec },
|
||||||
{ "exec_always", cmd_exec_always },
|
{ "exec_always", cmd_exec_always },
|
||||||
{ "focus_follows_mouse", cmd_focus_follows_mouse },
|
{ "focus_follows_mouse", cmd_focus_follows_mouse },
|
||||||
{ "idle_timeout", cmd_idle_timeout },
|
|
||||||
{ "fullscreen", cmd_fullscreen },
|
{ "fullscreen", cmd_fullscreen },
|
||||||
|
{ "idle_timeout", cmd_idle_timeout },
|
||||||
{ "include", cmd_include },
|
{ "include", cmd_include },
|
||||||
{ "input", cmd_input },
|
{ "input", cmd_input },
|
||||||
{ "lock_timeout", cmd_lock_timeout },
|
{ "lock_timeout", cmd_lock_timeout },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue