feat(profiles): add steam_lib_dirs local variables.
This commit is contained in:
parent
52b3c1bcc5
commit
847eb3deeb
5 changed files with 38 additions and 29 deletions
|
|
@ -6,7 +6,8 @@ abi <abi/3.0>,
|
|||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = @{user_share_dirs}/Steam/ubuntu[0-9]*_{32,64}/reaper
|
||||
@{steam_lib_dirs} = @{user_share_dirs}/Steam/ubuntu[0-9]*_{32,64}
|
||||
@{exec_path} = @{steam_lib_dirs}/reaper
|
||||
profile steam-reaper @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/nvidia>
|
||||
|
|
@ -15,9 +16,9 @@ profile steam-reaper @{exec_path} {
|
|||
|
||||
@{exec_path} mr,
|
||||
|
||||
@{user_share_dirs}/Steam/ubuntu[0-9]*_{32,64}/*.so* mr,
|
||||
@{user_share_dirs}/Steam/ubuntu[0-9]*_{32,64}/steam-runtime/{usr/,}lib/**.so* mr,
|
||||
@{user_share_dirs}/Steam/ubuntu[0-9]*_{32,64}/steam-launch-wrapper rpx -> steam-game,
|
||||
@{steam_lib_dirs}/*.so* mr,
|
||||
@{steam_lib_dirs}/steam-runtime/{usr/,}lib/**.so* mr,
|
||||
@{steam_lib_dirs}/steam-launch-wrapper rpx -> steam-game,
|
||||
|
||||
@{user_share_dirs}/Steam/steamapps/common/*/* rpx -> steam-game,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue