mirror of
https://codeberg.org/adnano/wmenu.git
synced 2025-10-29 05:40:20 -04:00
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 <sinan@firemail.cc>
This commit is contained in:
parent
9e9284666c
commit
ac25b07338
2 changed files with 37 additions and 0 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue