Update deps and README, change default port (#13)

This commit is contained in:
Ferdinand Schober
2023-06-11 21:21:38 +02:00
committed by GitHub
parent 982f35f56a
commit f0d70492c5
6 changed files with 428 additions and 261 deletions

View File

@@ -1,21 +1,22 @@
# define port and backend of this instance
port = 42069
backend = "wlroots"
# example configuration
# optional port
port = 2020
# optional backend override
backend = "wlroots"
# define a client on the right side with host name "iridium"
[right]
# hostname
host_name = "iridium"
# optional ip address
ip = "192.168.178.141"
# optional port (defaults to 42069)
port = 42069
# optional port (defaults to 2020)
port = 2020
# define a client on the left side with ip 192.168.178.189
# define a client on the left side with IP address 192.168.178.189
#
# when an ip address is specified, it takes priority
# when an IP address is specified, it takes priority
# and host_name can be omitted
[left]
ip = "192.168.178.189"