mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-18 10:40:55 +03:00
enter hook command (#130)
new configuration option `enter_hook` can now be used to spawn a command when a client is entered
This commit is contained in:
committed by
GitHub
parent
e9738fc024
commit
799b45104a
@@ -55,6 +55,7 @@ impl Server {
|
||||
fix_ips: config_client.ips.into_iter().collect(),
|
||||
port: config_client.port,
|
||||
pos: config_client.pos,
|
||||
cmd: config_client.enter_hook,
|
||||
};
|
||||
let state = ClientState {
|
||||
active: config_client.active,
|
||||
|
||||
Reference in New Issue
Block a user