Lots: Various changes to try to make barrier less combative
Killing my fucking X session, it was Nice.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#.fsdefaults
|
#.fsdefaults
|
||||||
command -v barriers && [ -f "$HOME/.config/barriers.conf" ]
|
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" ]
|
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")"
|
||||||
|
Submodule .firestarter updated: 05a5eb4752...a7e5f8989a
2
.xinitrc
2
.xinitrc
@@ -2,5 +2,5 @@
|
|||||||
|
|
||||||
if [ -x "$HOME/.firestarter/firestarter" ]; then
|
if [ -x "$HOME/.firestarter/firestarter" ]; then
|
||||||
export FS_DIEONWM=true
|
export FS_DIEONWM=true
|
||||||
exec "$HOME/.firestarter/firestarter" | tee .firestarter.log
|
exec "$HOME/.firestarter/firestarter" -vvv | tee .firestarter.log
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user