2 lines
132 B
Text
Executable file
2 lines
132 B
Text
Executable file
mkdir -p "${HOME/.cache/sway/logs/$(date +%Y%m%d).log 2>&1}"
|
|
alias sway="sway >> ${HOME/.cache/sway/logs/$(date +%Y%m%d).log 2>&1}"
|