This repository has been archived on 2025-01-31. You can view files and clone it, but cannot push or open issues or pull requests.
Files
home/.config/firestarter/barrier
Salt 86041780e4 Lots: Various changes to try to make barrier less combative
Killing my fucking X session, it was
Nice.
2020-06-18 08:43:09 -05:00

6 lines
402 B
Plaintext

#.fsdefaults
command -v barriers && [ -f "$HOME/.config/barriers.conf" ]
sleep 10 && barriers -f --debug INFO --name "$(hostname)" --enable-crypto --enable-drag-drop -c ~/.config/barriers.conf --address :24800
command -v barrierc && [ -f "$HOME/.config/barrierc.conf" ]
sleep 10 && barrierc -f --debug INFO --name "$(hostname)" --enable-crypto --enable-drag-drop "$(cat "$HOME/.config/barrierc.conf")"