From dc18616a00f1c5b64c5252ba0fe73acec643abb7 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Sat, 3 Jan 2026 21:03:25 -0500 Subject: basic clone of hyprland-run --- hyprland-run | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 hyprland-run (limited to 'hyprland-run') 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 -- cgit 1.4.1