diff --git a/barrier.conf b/barrier.conf index cd56d94..2f12dc1 100644 --- a/barrier.conf +++ b/barrier.conf @@ -6,31 +6,19 @@ # line. comments may appear anywhere the syntax permits. section: screens - Arch666: - ElCapitan: - Medion666: + Patricia: + Pamela: end section: links - Arch666: - left = Medion666 - down = ElCapitan + Patricia: + left = Pamela - Medion666: - right = Arch666 - - ElCapitan: - up = Arch666 + Pamela: + right = Patricia end -# section: aliases -# # curly is also known as shemp -# curly: -# shemp -# end - section: options - keystroke(Super+Insert) = switchToScreen(Medion666) - keystroke(Super+Home) = switchToScreen(Arch666) - keystroke(Super+PageUp) = switchToScreen(ElCapitan) + keystroke(Super+Insert) = switchToScreen(Pamela) + keystroke(Super+Home) = switchToScreen(Patricia) end diff --git a/run_barrier.sh b/run_barrier.sh index cc4b5a5..25915a5 100755 --- a/run_barrier.sh +++ b/run_barrier.sh @@ -1,3 +1,3 @@ #!/bin/bash -barriers --no-tray --debug ERROR --name Arch666 -c ~/.config/barrier/barrier.conf --address 192.168.0.5:24800 & +barriers --no-tray --debug ERROR --name Arch666 -c ~/.config/barrier/barrier.conf --address 192.168.0.201:24800 &