add my config
Authored by
mfwolffe <wolffemf@dukes.jmu.edu>
- SHA
3a3059db4fa85bfa49d666ff236026f45bdbd8c5- Parents
-
325e06e - Tree
20601ec
3a3059d
3a3059db4fa85bfa49d666ff236026f45bdbd8c5325e06e
20601ec| Status | File | + | - |
|---|---|---|---|
| A |
config/matt-example.toml
|
26 | 0 |
config/matt-example.tomladded@@ -0,0 +1,26 @@ | ||
| 1 | +# HyprKVM Configuration - NixOS box (right side) | |
| 2 | + | |
| 3 | +[machines] | |
| 4 | +self_name = "nixos" | |
| 5 | + | |
| 6 | +[[machines.neighbors]] | |
| 7 | +name = "cachyos" | |
| 8 | +direction = "left" | |
| 9 | +address = "192.168.0.84:24850" | |
| 10 | + | |
| 11 | +[network] | |
| 12 | +listen_port = 24850 | |
| 13 | +bind_address = "0.0.0.0" | |
| 14 | + | |
| 15 | +[input.escape_hotkey] | |
| 16 | +key = "scroll_lock" | |
| 17 | +modifiers = [] | |
| 18 | +triple_tap_enabled = true | |
| 19 | +triple_tap_key = "shift" | |
| 20 | +triple_tap_window_ms = 500 | |
| 21 | + | |
| 22 | +[clipboard] | |
| 23 | +enabled = true | |
| 24 | + | |
| 25 | +[logging] | |
| 26 | +level = "debug" | |