Selaa lähdekoodia

Fixed an issue with the mrec install script

master
mort 9 vuotta sitten
vanhempi
commit
16929c84aa
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1
    0
      install/mrec.sh

+ 1
- 0
install/mrec.sh Näytä tiedosto

@@ -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…
Peruuta
Tallenna