Lots: Various changes to try to make barrier less combative
Killing my fucking X session, it was Nice.
This commit is contained in:
parent
40845f432a
commit
86041780e4
@ -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")"
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 05a5eb4752f2a9d2debd672c687da1fe9c7f850f
|
Subproject commit a7e5f8989a62ec248aa55ab898fd4edee80e3e45
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user