summary refs log tree commit diff
path: root/hyprland-run
diff options
context:
space:
mode:
Diffstat (limited to 'hyprland-run')
-rwxr-xr-xhyprland-run7
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