Fix an issue with dwm_init

This commit is contained in:
Jacob 2023-09-13 15:28:55 +02:00
parent 12ae3af2c5
commit a99b87eb30
2 changed files with 2 additions and 1 deletions

View file

@ -1,3 +1,3 @@
#!/bin/sh
dwm &
dwm_status &
dwm

View file

@ -74,6 +74,7 @@ install_data(sources : 'modules/module_time', install_dir : 'bin')
install_data(sources : 'modules/module_toggle', install_dir : 'bin')
install_data(sources : 'modules/module_vol', install_dir : 'bin')
install_data(sources : 'modules/module_weather', install_dir : 'bin')
install_data(sources : 'dwm_init', install_dir : 'bin')
test('dwm', project_target)
test('dwm_status', project_status_target)