diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2025-06-21 12:37:18 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-06-21 12:37:18 +0400 |
commit | 51d85f1b6dab91e81e651b3c595e263b2cce3ba0 (patch) | |
tree | 9bca31f628874fa54f5fccd81494008cb0b7cdb4 | |
parent | db71e6f124e168cbd97d581a60871de7f16c6510 (diff) |
fix (dep.sh): set `xclip` as a non-optional dependency
-rwxr-xr-x | dep.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,6 @@ retval=0 sudo \ tldr,"A tldr implementation is missing" \ unclutter,"unclutter-xfixes is missing" \ - xclip \ yt-dlp @@ -69,6 +68,7 @@ check \ startx:"xorg-xinit is missing" \ sxiv,nsxiv \ vim,nvim \ + xclip \ zathura \ zsh,bash |