new services: barrier server and client

This commit is contained in:
crater2150 2023-08-20 18:00:59 +02:00
parent 684ed6f515
commit 4397e0a766
4 changed files with 10 additions and 0 deletions

1
barrierc/log/run Symbolic link
View file

@ -0,0 +1 @@
../../log

4
barrierc/run Executable file
View file

@ -0,0 +1,4 @@
#!/bin/zsh
source ${0:a:h:h}/import-env.zsh
import-env awesome
exec barrierc --no-daemon

1
barriers/log/run Symbolic link
View file

@ -0,0 +1 @@
../../log

4
barriers/run Executable file
View file

@ -0,0 +1,4 @@
#!/bin/zsh
source ${0:a:h:h}/import-env.zsh
import-env awesome
exec barriers --no-daemon -c ${XDG_CONFIG_HOME:-$HOME/.config}/Debauchee/home.conf