소스 검색

Fixed an issue with the mrec install script

master
mort 9 년 전
부모
커밋
16929c84aa
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      install/mrec.sh

+ 1
- 0
install/mrec.sh 파일 보기

@@ -1,5 +1,6 @@
res=$(xdpyinfo | awk '/dimensions:/ { print $2; exit }')

rm "$HOME/.mrecrc"
echo "X=0" >> "$HOME/.mrecrc"
echo "Y=0" >> "$HOME/.mrecrc"
echo "W=$(echo $res | cut -d x -f 1)" >> "$HOME/.mrecrc"

Loading…
취소
저장