diff options
| -rwxr-xr-x | hyprland-run | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hyprland-run b/hyprland-run new file mode 100755 index 0000000..c384ff5 --- /dev/null +++ b/hyprland-run @@ -0,0 +1,7 @@ +#!/bin/sh +output="$(zenity --entry \ + --title "Run" \ + --text "Run an application" \ + --ok-label "Run" \ + )" +exec $output |
