summaryrefslogtreecommitdiff
path: root/dep.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dep.sh')
-rwxr-xr-xdep.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/dep.sh b/dep.sh
index ba57fac..865a5be 100755
--- a/dep.sh
+++ b/dep.sh
@@ -1,7 +1,8 @@
#!/bin/sh
-# Format for entries `program,alternative_program:output_message`
-# `alternative_program` and `message` are optional
+# Check if programs are installed on the system.
+# Format for entries `program,alternative_program:output_message`,
+# `alternative_program` and `message` are optional.
check() {
fail=0
[ "${1}" = "-l" ] && { ISLIB=1; shift;} || ISLIB=0
@@ -39,6 +40,7 @@ check \
picom \
qutebrowser \
scrot \
+ setxkbmap \
startx:"xorg-xinit is missing" \
sxiv,nsxiv \
vim,nvim \