new services: barrier server and client
This commit is contained in:
parent
684ed6f515
commit
4397e0a766
1
barrierc/log/run
Symbolic link
1
barrierc/log/run
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../log
|
4
barrierc/run
Executable file
4
barrierc/run
Executable 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
1
barriers/log/run
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../log
|
4
barriers/run
Executable file
4
barriers/run
Executable 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
|
Loading…
Reference in a new issue