renderer: better lockscreen dead behavior (#7574)
--------- Co-authored-by: Mihai Fufezan <mihai@fufexan.net>
This commit is contained in:
parent
92a0dd164e
commit
604eb21a7e
14 changed files with 171 additions and 37 deletions
6
assets/install/meson.build
Normal file
6
assets/install/meson.build
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
globber = run_command('sh', '-c', 'find -type f -not -name "*.build"', check: true)
|
||||
files = globber.stdout().strip().split('\n')
|
||||
|
||||
foreach file : files
|
||||
install_data(file, install_dir: join_paths(get_option('datadir'), 'hypr'), install_tag: 'runtime')
|
||||
endforeach
|
||||
Loading…
Add table
Add a link
Reference in a new issue