This commit is contained in:
Ray Elliott 2023-11-29 07:33:19 +00:00
parent 2853a147dd
commit 44b9784e09
2 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,4 @@
#!/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

View File

@ -11,14 +11,17 @@ section: screens
MACHINEI:
end
# section: links
# MachineOne:
# right = MACHINEI
section: links
MachineOne:
left = MACHINEI
# down = mac-mini
#
MachineI:
right = MachineOne
# mac-mini:
# down = MachineOne
# end
end
section: options
keystroke(Super+a) = switchToScreen(MachineOne)