From 7e6172114aa24eed5d02d3d751cc90af6f2d5251 Mon Sep 17 00:00:00 2001 From: CronyAkatsuki Date: Sat, 1 May 2021 09:12:33 +0200 Subject: [PATCH] Added new script. --- dmenugames | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 dmenugames diff --git a/dmenugames b/dmenugames new file mode 100755 index 0000000..ffd852a --- /dev/null +++ b/dmenugames @@ -0,0 +1,5 @@ +#!/bin/sh + +# A script that uses my other project to list games and allows me to run them + +game_run | dmenu -l 20 -p "Choose what game to launch" | xargs -I {} game_run {}