ソースを参照

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"

読み込み中…
キャンセル
保存