update hostname changes
This commit is contained in:
parent
39c16e7a3d
commit
81926a75bf
28
barrier.conf
28
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
|
||||
|
|
|
@ -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 &
|
||||
|
|
Loading…
Reference in New Issue