Added wrapper for sway to capture log output in a file

This commit is contained in:
David Thurstenson 2020-07-03 14:32:01 -05:00
parent 8451245fc7
commit 5f3b133f23
1 changed files with 3 additions and 0 deletions

3
bin/sway Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
/usr/bin/sway > ~/log/sway.log 2>&1