tenseleyflow/hyprkvm / ad26ab9

Browse files

add cachyos box

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
ad26ab95acd964aec8e8e6e7eee3d70ec2a87f7f
Parents
4b3a3f0
Tree
81716b7

1 changed file

StatusFile+-
A config/cachyos.toml 26 0
config/cachyos.tomladded
@@ -0,0 +1,26 @@
1
+# HyprKVM Configuration - CachyOS box (left side)
2
+
3
+[machines]
4
+self_name = "cachyos"
5
+
6
+[[machines.neighbors]]
7
+name = "nixos"
8
+direction = "right"
9
+address = "192.168.1.81: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"