summary refs log tree commit diff
path: root/hyprland-run
blob: c384ff5d4267d59b79ff342225ab3ff821bfb53e (plain)
1
2
3
4
5
6
7
#!/bin/sh
output="$(zenity --entry \
	--title "Run" \
	--text "Run an application" \
	--ok-label "Run" \
	)"
exec $output