refactoring
This commit is contained in:
parent
74ae1150a3
commit
69400c1aa3
142 changed files with 11 additions and 70 deletions
9
modules/home/shell-conf/fish/functions/nvoff.fish
Executable file
9
modules/home/shell-conf/fish/functions/nvoff.fish
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
begin
|
||||
set -lx __NV_PRIME_RENDER_OFFLOAD=1
|
||||
set -lx __NV_PRIME_RENDER_OFFLOAD_PROVIDER=NVIDIA-G0
|
||||
set -lx __GLX_VENDOR_LIBRARY_NAME=nvidia
|
||||
set -lx __VK_LAYER_NV_optimus=NVIDIA_only
|
||||
exec $argv
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue