dmenu-scripts/dmenu-games

8 lines
119 B
Plaintext
Raw Normal View History

2022-04-22 12:48:51 +02:00
#!/bin/sh
2021-05-01 09:12:33 +02:00
2022-04-22 12:48:51 +02:00
# dmenu script to open up my games
2022-04-05 16:59:13 +02:00
2022-04-22 12:48:51 +02:00
choice=$(game-run | dmenu -p "Choose game to run:")
2021-05-01 09:12:33 +02:00
2022-04-22 12:48:51 +02:00
game-run "$choice"