Socket Path
This commit is contained in:
parent
bf19e6c0d2
commit
0f0a1c9011
|
@ -1,4 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
rm $HOME/.swaylog
|
rm $HOME/.swaylog
|
||||||
echo sway > $HOME/.spool/last_login_gui
|
echo sway > $HOME/.spool/last_login_gui
|
||||||
exec SWAYSOCK="$HOME/.spool/sway-ipc.sock" sway --debug 2>> $HOME/.swaylog >> $HOME/.swaylog
|
export SWAYSOCK="$HOME/.spool/sway-ipc.sock"
|
||||||
|
sway --debug 2>> $HOME/.swaylog >> $HOME/.swaylog
|
||||||
|
export SWAYSOCK=`sway --get-socketpath`
|
||||||
|
|
Loading…
Reference in New Issue