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:
|
Pamela:
|
||||||
end
|
end
|
||||||
|
|
||||||
# section: links
|
section: links
|
||||||
# Patricia:
|
Patricia:
|
||||||
# left = Pamela
|
up = Pamela
|
||||||
#
|
|
||||||
# Pamela:
|
Pamela:
|
||||||
# right = Patricia
|
down = Patricia
|
||||||
# end
|
end
|
||||||
|
|
||||||
section: options
|
section: options
|
||||||
keystroke(Super+Insert) = switchToScreen(Pamela)
|
keystroke(Super+a) = switchToScreen(Pamela)
|
||||||
keystroke(Super+z) = switchToScreen(Pamela)
|
keystroke(Super+z) = switchToScreen(Patricia)
|
||||||
keystroke(Super+Home) = switchToScreen(Patricia)
|
|
||||||
keystroke(Super+x) = switchToScreen(Patricia)
|
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
killall barriers
|
||||||
barriers --no-tray --debug ERROR --name $(hostname) -c ~/.config/barrier/barrier.conf --address 192.168.8.10:24800 &
|
barriers --no-tray --debug ERROR --name $(hostname) -c ~/.config/barrier/barrier.conf --address 192.168.8.10:24800 &
|
||||||
|
|
Loading…
Reference in New Issue