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.
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

View File

@ -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 &