From 9966a5aca0a5ab9f878780f86187e7ee6e8dcc8a Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 4 Dec 2017 23:52:28 -0500 Subject: [PATCH] Add xdo and xorg-xprop to packages.sh --- install/packages.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/packages.sh b/install/packages.sh index 8dac9bd3..4115bcb8 100644 --- a/install/packages.sh +++ b/install/packages.sh @@ -73,6 +73,8 @@ i virtualbox-guest-utils # Install the core VirtualBox functionality i xorg-server # Install xorg-server, used to manage graphical elements on the display i xorg-xinit # Install xorg-xinit, allowing us to start the X server with .xinitrc i xclip # Install xclip, our clipboard manager of choice +i xdo # Install xdo, used to show and hide windows such as polybar +i xorg-xprop # Install xorg-xprop, used to determine whether or not a window is visible i libmad # Install libmad, needed so that we can recognize and process mp3 files i alsa-utils # Install alsa-utils, required to make the sound system work