From ac25b0733885b545578092c5da74c9a3122529d6 Mon Sep 17 00:00:00 2001 From: sewn Date: Sun, 10 Mar 2024 18:07:46 +0300 Subject: add wmenu_run script, similar to dmenu_run script based off the works of sinanmohd, modified to be simpler and better to read, with shellcheck. Co-authored-by: sinanmohd --- meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index b9f4ec9..56fe511 100644 --- a/meson.build +++ b/meson.build @@ -33,6 +33,8 @@ rt = cc.find_library('rt') subdir('protocols') subdir('docs') +install_data('wmenu_run', install_dir: get_option('bindir')) + executable( 'wmenu', files( -- cgit v1.2.3