Added new script.
This commit is contained in:
parent
0f05931241
commit
7e6172114a
5
dmenugames
Executable file
5
dmenugames
Executable file
@ -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 {}
|
Loading…
Reference in New Issue
Block a user