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 #!/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

View File

@ -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)