diff options
author | Süleyman Fərəcli <suleyman@farajli.net> | 2025-06-18 00:39:02 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-18 00:39:02 +0400 |
commit | 1eb90cf48629b8dfc0182cbe38b34c8082f4dc40 (patch) | |
tree | cf16ea2a5672cc8e1fc5ba97bdbc1396b485bbe7 /dep.sh | |
parent | c583f7d1c796bd4d82572cb3dd0caa52c8b4ecbf (diff) | |
parent | 0495f17898e621b5b7199b20d2ee28d2841a5a2a (diff) |
Merge pull request #8 from sfarajli/dev
Dev
Diffstat (limited to 'dep.sh')
-rwxr-xr-x | dep.sh | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 \ |