Explorar el Código

barrier config

pull/1/head
padre
commit
1a7c5d261d
Se han modificado 2 ficheros con 6 adiciones y 1 borrados
  1. +5
    -0
      templates/barrier/barrier.conf.j2
  2. +1
    -1
      templates/barrier/barriers.service.j2

+ 5
- 0
templates/barrier/barrier.conf.j2 Ver fichero

@@ -24,5 +24,10 @@ section: links
end

section: options
screenSaverSync = true
clipboardSharing = true
keystroke(Alt+Control+Right) = switchInDirection(right)
keystroke(Control+Alt+Left) = switchInDirection(left)
keystroke(Alt+Control+Up) = switchInDirection(up)
keystroke(Control+Alt+Down) = switchInDirection(down)
end

+ 1
- 1
templates/barrier/barriers.service.j2 Ver fichero

@@ -6,7 +6,7 @@ PartOf=graphical-session.target
After=xsession-reload.service

[Service]
ExecStart=barriers --no-daemon --enable-crypto --address :24800 --log %h/.local/share/barrier/barriers.log
ExecStart=barriers --no-daemon --enable-crypto --address [::1]:24800 --log %h/.local/share/barrier/barriers.log

[Install]
WantedBy=graphical-session.target