summaryrefslogtreecommitdiff
path: root/archsetup
diff options
context:
space:
mode:
Diffstat (limited to 'archsetup')
-rwxr-xr-xarchsetup6
1 files changed, 4 insertions, 2 deletions
diff --git a/archsetup b/archsetup
index 8ec78e4..ba5808f 100755
--- a/archsetup
+++ b/archsetup
@@ -477,8 +477,10 @@ xorg() {
action="Xorg Display Server" && display "subtitle" "$action"
for software in xorg-server xorg-xinit xorg-xsetroot \
- xsel xorg-xbacklight xf86-input-libinput \
- xorg-xdpyinfo xorg-xprop xorg-xwininfo \
+ xsel xorg-xbacklight xorg-xev \
+ xf86-input-libinput \
+ xorg-xdpyinfo xorg-xprop \
+ xorg-xwininfo \
xorg-xinput xorg-xkill ; do
pacman_install $software
done