initial commit
This commit is contained in:
commit
0b37bb7c7f
|
@ -0,0 +1,32 @@
|
|||
# https://github.com/debauchee/barrier/blob/master/doc/barrier.conf.example
|
||||
|
||||
# sample barrier configuration file
|
||||
#
|
||||
# comments begin with the # character and continue to the end of
|
||||
# line. comments may appear anywhere the syntax permits.
|
||||
|
||||
section: screens
|
||||
Arch666:
|
||||
Medion666:
|
||||
end
|
||||
|
||||
section: links
|
||||
# larry is to the right of moe and curly is above moe
|
||||
Arch666:
|
||||
left = Medion666
|
||||
|
||||
Medion666:
|
||||
right = Arch666
|
||||
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)
|
||||
end
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
barriers --no-tray --debug ERROR --name Arch666 -c ~/.config/barrier/barrier.conf --address 192.168.0.5:24800 &
|
Loading…
Reference in New Issue