update bindings, restore links

This commit is contained in:
Ray Elliott 2020-08-15 13:05:42 +01:00
parent b8c593fbad
commit d9e217debe
2 changed files with 10 additions and 11 deletions

View File

@ -10,17 +10,15 @@ section: screens
Pamela:
end
# section: links
# Patricia:
# left = Pamela
#
# Pamela:
# right = Patricia
# end
section: links
Patricia:
up = Pamela
Pamela:
down = Patricia
end
section: options
keystroke(Super+Insert) = switchToScreen(Pamela)
keystroke(Super+z) = switchToScreen(Pamela)
keystroke(Super+Home) = switchToScreen(Patricia)
keystroke(Super+x) = switchToScreen(Patricia)
keystroke(Super+a) = switchToScreen(Pamela)
keystroke(Super+z) = switchToScreen(Patricia)
end

View File

@ -1,3 +1,4 @@
#!/bin/bash
killall barriers
barriers --no-tray --debug ERROR --name $(hostname) -c ~/.config/barrier/barrier.conf --address 192.168.8.10:24800 &