diff --git a/Makefile b/Makefile index b6814b6..503175c 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,7 @@ sh: cp -f sh/capture $(DESTDIR)$(PREFIX)/bin cp -f sh/toggle-contingency-mode $(DESTDIR)$(PREFIX)/bin ln -sf $(DESTDIR)$(PREFIX)/bin/tmenu_run $(DESTDIR)$(PREFIX)/bin/regenerate + cp -f sh/discord $(DESTDIR)$(PREFIX)/bin check: shellcheck sh/* diff --git a/sh/discord b/sh/discord new file mode 100755 index 0000000..45f1bf8 --- /dev/null +++ b/sh/discord @@ -0,0 +1,3 @@ +#!/bin/sh + +chromium --app=https://discord.com/login --profile-directory="Profile 1"