mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-10 11:01:28 +03:00
Frontend improvement (#27)
* removed redundant dns lookups * frontend now correctly reflects the state of the backend * config.toml is loaded when starting gtk frontend
This commit is contained in:
committed by
Ferdinand Schober
parent
603646c799
commit
06725f4b14
@@ -1,4 +1,4 @@
|
||||
# Lan Mouse Share
|
||||
# Lan Mouse
|
||||
|
||||

|
||||
|
||||
@@ -19,7 +19,7 @@ which must be located in the current working directory when
|
||||
executing lan-mouse.
|
||||
|
||||
### Example config
|
||||
A minimal config file could look like this:
|
||||
A config file could look like this:
|
||||
|
||||
```toml
|
||||
# example configuration
|
||||
@@ -50,9 +50,6 @@ port = 4242
|
||||
|
||||
Where `left` can be either `left`, `right`, `top` or `bottom`.
|
||||
|
||||
> :warning: Note that clients from the config
|
||||
> file are currently ignored when using the gtk frontend!
|
||||
|
||||
|
||||
## Build and Run
|
||||
Build in release mode:
|
||||
|
||||
Reference in New Issue
Block a user