From 77a52733ea1b5054ef53c55e6aa4ec6c50332f94 Mon Sep 17 00:00:00 2001 From: buffet Date: Sun, 9 May 2021 12:57:53 +0000 Subject: [PATCH] Install xclip --- install.py | 1 + 1 file changed, 1 insertion(+) diff --git a/install.py b/install.py index 0125812..fd5e519 100644 --- a/install.py +++ b/install.py @@ -36,6 +36,7 @@ dependencies = [ 'ripgrep', 'stow', 'tree', + 'xclip', 'xf86-video-intel', 'xorg-server', 'xorg-xinit',