From d8c9fcc674ddf8b89c8323b264792f1ca686505c Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Tue, 17 Jun 2025 23:34:58 +0400 Subject: dep.sh: documentation updated --- dep.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dep.sh') diff --git a/dep.sh b/dep.sh index ba57fac..a59cb50 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 -- cgit v1.2.3 From fe22f9c63f3a6675b3e3aa3f0cc5180068ecaf81 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Tue, 17 Jun 2025 23:47:29 +0400 Subject: add setxkbmap to dependency checklist --- dep.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'dep.sh') diff --git a/dep.sh b/dep.sh index a59cb50..865a5be 100755 --- a/dep.sh +++ b/dep.sh @@ -40,6 +40,7 @@ check \ picom \ qutebrowser \ scrot \ + setxkbmap \ startx:"xorg-xinit is missing" \ sxiv,nsxiv \ vim,nvim \ -- cgit v1.2.3