diff options
author | Alex Ozer <alexozer@users.noreply.github.com> | 2017-12-10 04:23:57 -0500 |
---|---|---|
committer | Pavan Jadhaw <pavanjadhaw96@gmail.com> | 2017-12-10 09:23:57 +0000 |
commit | 1cad7c71bb217e1ba42a6a6b887ee708003e9fc8 (patch) | |
tree | b1d28839d9b6a7b7831254eeea742bf33cd9cbcf /README.md | |
parent | 9288d1a64cb20a18dc08d76c57d8d700efa7a065 (diff) |
Correct xrandr package name (#5)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ Install xrandr and xdpyinfo (currently used to find screenresolution) If anyone knows better way so that these dependencies could be minimized, please open issue. ``` -pacman -S xrandr xorg-xdpyinfo +pacman -S xorg-xrandr xorg-xdpyinfo ``` Install i3lock-color-git from AUR |