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: Pamela:
end end
# section: links section: links
# Patricia: Patricia:
# left = Pamela up = Pamela
#
# Pamela: Pamela:
# right = Patricia down = Patricia
# end end
section: options section: options
keystroke(Super+Insert) = switchToScreen(Pamela) keystroke(Super+a) = switchToScreen(Pamela)
keystroke(Super+z) = switchToScreen(Pamela) keystroke(Super+z) = switchToScreen(Patricia)
keystroke(Super+Home) = switchToScreen(Patricia)
keystroke(Super+x) = switchToScreen(Patricia)
end end

View File

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