aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall8
1 files changed, 4 insertions, 4 deletions
diff --git a/install b/install
index 15b8994..66d4251 100755
--- a/install
+++ b/install
@@ -101,10 +101,10 @@ if [[ $REPLY =~ ^[Yy]?$ ]]; then
inst local/bin/sys-reboot ~/.local/bin/
inst local/bin/sys-shutdown ~/.local/bin/
inst local/bin/sys-suspend ~/.local/bin/
-fi
-
-read -p "Install Gtk+ and Qt theme setup? (Y/n) "
-if [[ $REPLY =~ ^[Yy]?$ ]]; then
+ # Some small Xserver tools
+ inst local/bin/clip ~/.local/bin/
+ inst local/bin/xshot ~/.local/bin/
+ # Theme
inst gtk-2.0/gtkrc ~/.gtkrc-2.0
inst gtk-3.0/ ~/.config/gtk-3.0/
inst config/Trolltech.conf ~/.config/Trolltech.conf