Socket Path
This commit is contained in:
parent
116b25449f
commit
2a5964a40f
|
@ -1,4 +1,6 @@
|
|||
#!/bin/bash
|
||||
rm $HOME/.swaylog
|
||||
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