update
This commit is contained in:
parent
2853a147dd
commit
44b9784e09
|
@ -1,3 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
killall barriers
|
||||||
barriers --no-tray --debug ERROR --name $(hostname) -c ~/.config/barrier/barrier.conf --address 192.168.0.10:24800 --disable-crypto --disable-client-cert-checking
|
barriers --no-tray --debug ERROR --name $(hostname) -c ~/.config/barrier/barrier.conf --address 192.168.0.10:24800 --disable-crypto --disable-client-cert-checking
|
||||||
|
|
13
barrier.conf
13
barrier.conf
|
@ -11,14 +11,17 @@ section: screens
|
||||||
MACHINEI:
|
MACHINEI:
|
||||||
end
|
end
|
||||||
|
|
||||||
# section: links
|
section: links
|
||||||
# MachineOne:
|
MachineOne:
|
||||||
# right = MACHINEI
|
left = MACHINEI
|
||||||
# down = mac-mini
|
# down = mac-mini
|
||||||
#
|
|
||||||
|
MachineI:
|
||||||
|
right = MachineOne
|
||||||
|
|
||||||
# mac-mini:
|
# mac-mini:
|
||||||
# down = MachineOne
|
# down = MachineOne
|
||||||
# end
|
end
|
||||||
|
|
||||||
section: options
|
section: options
|
||||||
keystroke(Super+a) = switchToScreen(MachineOne)
|
keystroke(Super+a) = switchToScreen(MachineOne)
|
||||||
|
|
Loading…
Reference in New Issue