Skip to content

Commit

Permalink
try giving gamescope ability to renice
Browse files Browse the repository at this point in the history
  • Loading branch information
alkazar committed Oct 11, 2024
1 parent df6d16e commit 8c77468
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifest
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ postinstallhook() {
# force -steamdeck option in desktop mode to prevent constant steam updates
sed -i 's,Exec=/usr/bin/steam-runtime,Exec=/usr/bin/steam-runtime -steamdeck,' /usr/share/applications/steam.desktop

# set permissions for intel_gpu_top and mangohud
# set permissions for intel_gpu_top and gamescope
setcap cap_perfmon=+ep /usr/bin/intel_gpu_top
setcap 'CAP_SYS_NICE=eip' /usr/bin/gamescope
}

0 comments on commit 8c77468

Please sign in to comment.