update bindings, restore links
This commit is contained in:
parent
b8c593fbad
commit
d9e217debe
20
barrier.conf
20
barrier.conf
|
@ -10,17 +10,15 @@ section: screens
|
|||
Pamela:
|
||||
end
|
||||
|
||||
# section: links
|
||||
# Patricia:
|
||||
# left = Pamela
|
||||
#
|
||||
# Pamela:
|
||||
# right = Patricia
|
||||
# end
|
||||
section: links
|
||||
Patricia:
|
||||
up = Pamela
|
||||
|
||||
Pamela:
|
||||
down = Patricia
|
||||
end
|
||||
|
||||
section: options
|
||||
keystroke(Super+Insert) = switchToScreen(Pamela)
|
||||
keystroke(Super+z) = switchToScreen(Pamela)
|
||||
keystroke(Super+Home) = switchToScreen(Patricia)
|
||||
keystroke(Super+x) = switchToScreen(Patricia)
|
||||
keystroke(Super+a) = switchToScreen(Pamela)
|
||||
keystroke(Super+z) = switchToScreen(Patricia)
|
||||
end
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
killall barriers
|
||||
barriers --no-tray --debug ERROR --name $(hostname) -c ~/.config/barrier/barrier.conf --address 192.168.8.10:24800 &
|
||||
|
|
Loading…
Reference in New Issue