update hostname changes

This commit is contained in:
Ray Elliott 2020-03-14 18:37:24 +00:00
parent 39c16e7a3d
commit 81926a75bf
2 changed files with 9 additions and 21 deletions

View File

@ -6,31 +6,19 @@
# line. comments may appear anywhere the syntax permits. # line. comments may appear anywhere the syntax permits.
section: screens section: screens
Arch666: Patricia:
ElCapitan: Pamela:
Medion666:
end end
section: links section: links
Arch666: Patricia:
left = Medion666 left = Pamela
down = ElCapitan
Medion666: Pamela:
right = Arch666 right = Patricia
ElCapitan:
up = Arch666
end end
# section: aliases
# # curly is also known as shemp
# curly:
# shemp
# end
section: options section: options
keystroke(Super+Insert) = switchToScreen(Medion666) keystroke(Super+Insert) = switchToScreen(Pamela)
keystroke(Super+Home) = switchToScreen(Arch666) keystroke(Super+Home) = switchToScreen(Patricia)
keystroke(Super+PageUp) = switchToScreen(ElCapitan)
end end

View File

@ -1,3 +1,3 @@
#!/bin/bash #!/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 &