From d9e217debe393865c38d8b8e70214fbbd26cb80a Mon Sep 17 00:00:00 2001 From: ray Date: Sat, 15 Aug 2020 13:05:42 +0100 Subject: [PATCH] update bindings, restore links --- barrier.conf | 20 +++++++++----------- run_barrier.sh | 1 + 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/barrier.conf b/barrier.conf index 249b549..6b9c858 100644 --- a/barrier.conf +++ b/barrier.conf @@ -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 diff --git a/run_barrier.sh b/run_barrier.sh index b74548a..ebda3dd 100755 --- a/run_barrier.sh +++ b/run_barrier.sh @@ -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 &