This website requires JavaScript.
Explore
Help
Sign In
dotfiles
/
sway
Watch
1
Star
0
Fork
You've already forked sway
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Added wrapper for sway to capture log output in a file
Browse Source
...
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
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
3
bin/sway
Executable file
Unescape
Escape
View File
@ -0,0 +1,3 @@
#!/usr/bin/env bash
/usr/bin/sway > ~/log/sway.log 2>&1
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
dotfiles/sway
Title
Body
Create Issue