Lots: Various changes to try to make barrier less combative

Killing my fucking X session, it was
Nice.
This commit is contained in:
Salt 2020-06-18 08:43:09 -05:00
parent 40845f432a
commit 86041780e4
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
#.fsdefaults
command -v barriers && [ -f "$HOME/.config/barriers.conf" ]
barriers -f --debug INFO --name "$(hostname)" --enable-crypto --enable-drag-drop -c ~/.config/barriers.conf --address :24800
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" ]
barrierc -f --debug INFO --name "$(hostname)" --enable-crypto --enable-drag-drop "$(cat "$HOME/.config/barrierc.conf")"
sleep 10 && barrierc -f --debug INFO --name "$(hostname)" --enable-crypto --enable-drag-drop "$(cat "$HOME/.config/barrierc.conf")"

@ -1 +1 @@
Subproject commit 05a5eb4752f2a9d2debd672c687da1fe9c7f850f
Subproject commit a7e5f8989a62ec248aa55ab898fd4edee80e3e45

View File

@ -2,5 +2,5 @@
if [ -x "$HOME/.firestarter/firestarter" ]; then
export FS_DIEONWM=true
exec "$HOME/.firestarter/firestarter" | tee .firestarter.log
exec "$HOME/.firestarter/firestarter" -vvv | tee .firestarter.log
fi